14 lines
295 B
HTML
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>
|