summaryrefslogtreecommitdiffstats
path: root/dom/base/test/iframe_shared_compartment2b.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/iframe_shared_compartment2b.html')
-rw-r--r--dom/base/test/iframe_shared_compartment2b.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/base/test/iframe_shared_compartment2b.html b/dom/base/test/iframe_shared_compartment2b.html
new file mode 100644
index 0000000000..64d57320f8
--- /dev/null
+++ b/dom/base/test/iframe_shared_compartment2b.html
@@ -0,0 +1,3 @@
+<script>
+window.onload = () => window.parent.parent.go(this);
+</script>