summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/resources/mixed_tst.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/origins/resources/mixed_tst.html')
-rw-r--r--tests/auto/widgets/origins/resources/mixed_tst.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/widgets/origins/resources/mixed_tst.html b/tests/auto/widgets/origins/resources/mixed_tst.html
new file mode 100644
index 000000000..627e58098
--- /dev/null
+++ b/tests/auto/widgets/origins/resources/mixed_tst.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Mixed</title>
+ <script>
+ var msg;
+ </script>
+ </head>
+ <body>
+ <iframe src="tst:///resources/mixed_frame.html"></iframe>
+ </body>
+</html>