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/transform-preserve3d-grouping-property-root-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
:root {
transform: translate(8%);
transform-style: preserve-3d;
clip-path: circle(90%);
border-right-style: double;
}
</style>