summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/secure-contexts/postMessage-helper.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/secure-contexts/postMessage-helper.html')
-rw-r--r--testing/web-platform/tests/secure-contexts/postMessage-helper.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/web-platform/tests/secure-contexts/postMessage-helper.html b/testing/web-platform/tests/secure-contexts/postMessage-helper.html
new file mode 100644
index 0000000000..8971c86b27
--- /dev/null
+++ b/testing/web-platform/tests/secure-contexts/postMessage-helper.html
@@ -0,0 +1 @@
+<script>(opener||parent).postMessage(isSecureContext, '*')</script>