summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/perspective-untransformable-no-stacking-context-ref.html
blob: 31be3d081e802857c40bc8cef2664f140169ba36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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:mwoodrow@mozilla.com">
<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>