wpt / css / css-transforms / transform-3d-fixed-under-fixed-opacity-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-transforms/transform-3d-fixed-under-fixed-opacity-crash.html

<!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>