trisquel-icecat/icecat/testing/web-platform/tests/css/css-page/monolithic-overflow-029-print-ref.html
2025-10-06 02:35:48 -06:00

14 lines
295 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
:root {
print-color-adjust: exact;
}
body {
color: white;
margin: 0;
}
</style>
<div style="height:400vh; background:green;">
There should be four green pages.
</div>