summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/eventsource/resources/init.htm
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/eventsource/resources/init.htm')
-rw-r--r--testing/web-platform/tests/eventsource/resources/init.htm9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/eventsource/resources/init.htm b/testing/web-platform/tests/eventsource/resources/init.htm
new file mode 100644
index 0000000000..7c56d88800
--- /dev/null
+++ b/testing/web-platform/tests/eventsource/resources/init.htm
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+ <head>
+ <title>support init file</title>
+ </head>
+ <body>
+ <script> parent.init() </script>
+ </body>
+</html>