Update web-platform-tests to revision 63459a30a61cda53c8c8ab4dc645b142cd2f85ea

This commit is contained in:
WPT Sync Bot 2019-07-16 10:26:01 +00:00
parent 005320c08c
commit 40ef4e9705
82 changed files with 986 additions and 154 deletions

View file

@ -5,14 +5,14 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<iframe src="eventsource-onmessage-realm-support.htm"></iframe>
<iframe src="resources/eventsource-onmessage-realm.htm"></iframe>
<script>
"use strict";
async_test(t => {
window.onload = t.step_func(() => {
const source = new frames[0].EventSource("resources/message.py");
const source = new frames[0].EventSource("message.py");
t.add_cleanup(() => {
source.close();
});