summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/fixedpos-with-iframe-print-ref.html
blob: 5c1714045083dfc22272b0522273e7a7235cde6f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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>