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, 0 insertions, 12 deletions
diff --git a/tests/auto/widgets/origins/resources/mixed_tst.html b/tests/auto/widgets/origins/resources/mixed_tst.html
deleted file mode 100644
index 627e58098..000000000
--- a/tests/auto/widgets/origins/resources/mixed_tst.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Mixed</title>
- <script>
- var msg;
- </script>
- </head>
- <body>
- <iframe src="tst:///resources/mixed_frame.html"></iframe>
- </body>
-</html>