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-containing-block-inline-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>CSS Test (Transforms): preserve-3d, inlines, and being a containing block</title>
<meta name="assert" content="This should not crash.">
<span style="transform-style: preserve-3d"><span style="position: absolute"></span></span>