summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-3d-fixed-under-fixed-opacity-crash.html
blob: a2ddc814b3ff81fe4a4ac329cf1f2f257e761f48 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1308269">
<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>