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/zero-perspective-002.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<style>
#a {
perspective: 0px;
height: 0vw;
column-width: 0px;
overflow-x: scroll;
}
#b {
rotate: 6deg 96 0 0;
}
</style>
<ul id="a">
<li id="b">
<textarea autofocus="autofocus">a</textarea>
</li>
</ul>