chromium/third_party/blink/web_tests/external/wpt/css/css-page/fixedpos-with-iframe-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<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>