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-001.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<div id="test">
<style>
* {
overflow-x: scroll;
perspective: 0px;
}
#a {
rotate: 1deg 0 1 0;
}
</style>
<ul id="a">IjzXS</ul>