perspective-untransformable-no-stacking-context-ref.html (497B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS transforms: 'perspective' on a non-transformable element doesn't create a stacking context</title> 4 <link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com"> 5 <link rel="author" title="Mozilla" href="http://www.mozilla.org/"> 6 <style> 7 html, body { margin: 0; padding: 0 } 8 #fixedmoves { 9 position: absolute; 10 background: green; 11 height: 100px; 12 width: 100px; 13 } 14 </style> 15 <body> 16 <div id="fixedmoves"></div> 17 </body>