15 lines
457 B
HTML
15 lines
457 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<style>
|
|
:root {
|
|
print-color-adjust: exact;
|
|
}
|
|
</style>
|
|
<p>The word "PASS" should be seen below.</p>
|
|
<div style="position:absolute; background:blue;">
|
|
<iframe src="data:text/html,PASS" style="width:8em; height:3em; background:yellow;"></iframe>
|
|
</div>
|
|
<p style="break-before:page;">
|
|
Apart from this text, there should be nothing on this page.
|
|
</p>
|
|
|