wpt / css / compositing / mix-blend-mode / mix-blend-mode-root-element-transform-crash.html

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

/css/compositing/mix-blend-mode/mix-blend-mode-root-element-transform-crash.html

<!DOCTYPE html>
<link rel=help href="https://github.com/servo/servo/issues/41207">
<style>
  html {
      transform: matrix3d(0,866,1,0,0,0,1,628,1,0.46,0,868,0,0,8,0.33) rotateZ(180deg);
      -webkit-box-shadow: 1em 0em 463px;
      mix-blend-mode: hue;
  }
</style>