summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineframe/resources/printing-outer-document.html
blob: c5947371e2db9e89581fce519352e647f9245134 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
    <head><title>Printing Outer Document</title></head>
    <body>
        <h1>Outer Header</h1>
        <iframe name="inner" src="printing-inner-document.html"></iframe>
    </body>
</html>