summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineframe/resources/nesting-iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qwebengineframe/resources/nesting-iframe.html')
-rw-r--r--tests/auto/core/qwebengineframe/resources/nesting-iframe.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/core/qwebengineframe/resources/nesting-iframe.html b/tests/auto/core/qwebengineframe/resources/nesting-iframe.html
new file mode 100644
index 000000000..cd784e3dd
--- /dev/null
+++ b/tests/auto/core/qwebengineframe/resources/nesting-iframe.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<html>
+ <head><title>Test-title</title></head>
+ <body>
+ <iframe name="iframe2-parent" src="iframes.html"></iframe>
+ </body>
+</html>