summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis')
-rw-r--r--testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis b/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis
new file mode 100644
index 0000000000..8f3982bd84
--- /dev/null
+++ b/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis
@@ -0,0 +1,8 @@
+HTTP/1.1 200 OK
+Content-Type: text/html
+X-Frame-Options: SAMEORIGIN
+
+<!DOCTYPE html>
+<script>
+window.portalHost.postMessage('loaded', '*');
+</script>