mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Update web-platform-tests to revision 63459a30a61cda53c8c8ab4dc645b142cd2f85ea
This commit is contained in:
parent
005320c08c
commit
40ef4e9705
82 changed files with 986 additions and 154 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue