chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/perspective-untransformable-no-stacking-context-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS transforms: 'perspective' on a non-transformable element doesn't create a stacking context</title>
<link rel="author" title="Matt Woodrow" href="mailto:[email protected]">
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
<style>
  html, body { margin: 0; padding: 0 }
  #fixedmoves {
    position: absolute;
    background: green;
    height: 100px;
    width: 100px;
  }
</style>
<body>
  <div id="fixedmoves"></div>
</body>