Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/debug_decision
/
.
/
css
/
css-content
/
element-replacement-root-canvas-bg-ref.html
blob: 117080acd2507a02d61cc2ee9b6b6403856a67f7 [
file
] [
edit
]
<!doctype html>
<title>
Reference for the content CSS attribute can replace a document's root
</title>
<style>
:
root
{
background-color
:
aquamarine
;
}
body
{
margin
:
0
;
}
</style>
<img
src
=
"resources/rect.svg"
/>