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-3d-fixed-under-fixed-opacity-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="position: fixed; opacity: 0.5">
<div style="position: fixed; transform: rotate3d(0, 1, 1, 20deg)">ROTATE1</div>
<div style="position: fixed; transform: rotate3d(0, 1, 1, 20deg)">ROTATE2</div>
</div>
<div style="height: 2000px"></div>