mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 474923949524b5c05a9e6f28ec082fdca87078de
This commit is contained in:
parent
b7b1b903d3
commit
328d5a4231
91 changed files with 3190 additions and 185 deletions
|
@ -0,0 +1,14 @@
|
|||
'use strict';
|
||||
|
||||
importScripts(
|
||||
'test-helpers.js',
|
||||
'messaging-serialize-helpers.js',
|
||||
'message-target.js'
|
||||
);
|
||||
|
||||
self.addEventListener('connect', connect_event => {
|
||||
const message_port = connect_event.ports[0];
|
||||
add_message_event_handlers(
|
||||
/*receiver=*/message_port, /*target=*/message_port);
|
||||
message_port.start();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue