summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/subdir_frame1.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/origins/resources/subdir_frame1.html')
-rw-r--r--tests/auto/core/origins/resources/subdir_frame1.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/core/origins/resources/subdir_frame1.html b/tests/auto/core/origins/resources/subdir_frame1.html
new file mode 100644
index 000000000..63973f2f4
--- /dev/null
+++ b/tests/auto/core/origins/resources/subdir_frame1.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Subdir - Frame 1</title>
+ <script>
+ parent.msg[0] = "hello";
+ </script>
+ </head>
+ <body></body>
+</html>