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