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