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/fragmented-block-in-inline-with-perspective.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Perspective doesn't apply to non-atomic inlines</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:2; column-fill:auto; height:100px;">
<span style="perspective:1px;">
<div style="anchor-name:--a; height:150px;"></div>
</span>
</div>