Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
compositing
/
root-element-background-image-opaque-crash.html
blob: d380310d0968c3ad63eb6adc52acd929b3b43b14 [
file
] [
log
] [
blame
] [
edit
]
<!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>