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-001.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>
* {
transform: perspective(142176px);
mix-blend-mode: darken;
transform-origin: left center 537763.2px;
}
</style>
<hr size="1425"></hr>
<button autofocus></button>