summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html')
-rw-r--r--tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html b/tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html
new file mode 100644
index 000000000..47b991c2c
--- /dev/null
+++ b/tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title></title>
+</head>
+<body>
+<div>Main text</div>
+<iframe id="outer" src="qrc:/resources/test_iframe_outer.html"></iframe>
+</body>
+</html>