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

12 lines
346 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
:root {
print-color-adjust: exact;
}
body { margin: 0; }
</style>
<div style="background:yellow;">
<div style="width:50px; height:350vh; background:hotpink;"></div>
This text should be at the middle of the fourth page.
</div>