Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
5f55f54f0cb925e5008ffc3362574fcd95f2b372
/
.
/
custom-elements
/
pseudo-class-defined-print-ref.html
blob: 903f3f7d8dd3c6dae14069719da5827f9e222733 [
file
] [
log
] [
blame
]
<!doctype html>
<style>
:
root
{
print-color-adjust
:
exact
;
}
div
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
<div></div>