wpt / css / css-transforms / transform-preserve3d-grouping-property-root-crash.html

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

/css/css-transforms/transform-preserve3d-grouping-property-root-crash.html

<!DOCTYPE html>
<link rel="help" href="https://github.com/servo/servo/issues/42476">
<style>
  :root {
      transform: translate(8%);
      transform-style: preserve-3d;
      clip-path: circle(90%);
      border-right-style: double;
  }
</style>