trisquel-icecat/icecat/testing/web-platform/tests/custom-elements/pseudo-class-defined-print-ref.html
2025-10-06 02:35:48 -06:00

12 lines
162 B
HTML

<!doctype html>
<style>
:root {
print-color-adjust: exact;
}
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>