preserve3d-inline-hit-test.html (452B)
1 <!DOCTYPE HTML> 2 <title>CSS Test (Transforms): preserve-3d on inline and hit test</title> 3 <link rel="help" href="https://drafts.csswg.org/css-transforms-2/#transform-style-property"> 4 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1127348"> 5 <meta name="assert" content="This should not crash."> 6 <span style="transform-style: preserve-3d; position: relative">TEST</span> 7 <script> 8 document.elementFromPoint(10, 10); 9 </script>