Sign in
chromium
/
ios-chromium-mirror
/
refs/heads/main
/
.
/
third_party
/
blink
/
web_tests
/
external
/
wpt
/
custom-elements
/
pseudo-class-defined-print-ref.html
blob: 903f3f7d8dd3c6dae14069719da5827f9e222733 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<style>
:
root
{
print-color-adjust
:
exact
;
}
div
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
<div></div>