summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/eventsource/resources/init.htm
blob: 7c56d88800da948b76b5ce818c83f2e4217264a2 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
  <head>
    <title>support init file</title>
  </head>
  <body>
    <script> parent.init() </script>
  </body>
</html>