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/webkit-transform-origin-x-supports-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Transforms: @supports (-webkit-transform-origin-x: 50%) crash test</title>
<link rel="help" href="https://crbug.com/393282246">
<style>
@supports (-webkit-transform-origin-x: 50%) {}
</style>
<p>Test passes if it does not crash.</p>