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/w-negative-003.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>CSS Test (Transforms): Transform and perspective with w negative</title>
<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#processing-of-perspective-transformed-boxes">
<meta name="assert" content="This should not crash.">
<style>
button {
transform:translate3d(1866px, 1794px, 1359px) perspective(848px);
clip-path: ellipse(822px 405px);
}
</style>
<button autofocus='true'></button>