summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineframe/resources/nesting-iframe.html
blob: cd784e3dd84aac0d6a8e7669a37f9b50ce8cab5d (plain)
1
2
3
4
5
6
7
<!doctype html>
<html>
    <head><title>Test-title</title></head>
    <body>
        <iframe name="iframe2-parent" src="iframes.html"></iframe>
    </body>
</html>