Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-transforms/crashtests/preserve3d-inline-hit-test.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>CSS Test (Transforms): preserve-3d on inline and hit test</title>
<meta name="assert" content="This should not crash.">
<span style="transform-style: preserve-3d; position: relative">TEST</span>
<script>
document.elementFromPoint(10, 10);
</script>