diff options
Diffstat (limited to 'testing/web-platform/tests/eventsource/resources/init.htm')
-rw-r--r-- | testing/web-platform/tests/eventsource/resources/init.htm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/web-platform/tests/eventsource/resources/init.htm b/testing/web-platform/tests/eventsource/resources/init.htm deleted file mode 100644 index 7c56d8880..000000000 --- a/testing/web-platform/tests/eventsource/resources/init.htm +++ /dev/null @@ -1,9 +0,0 @@ -<!doctype html> -<html> - <head> - <title>support init file</title> - </head> - <body> - <script> parent.init() </script> - </body> -</html> |