wpt / css / compositing / root-element-background-image-opaque-crash.html

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

/css/compositing/root-element-background-image-opaque-crash.html

<!doctype html>
<style>
  :root {
    background-color: rgba(255, 255, 255, 0.98);
    background-image: url(/images/computer.jpg); /* opaque */
    background-position: top left;
    background-repeat: repeat;
  }
</style>