mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 06f77f6bfaa86f3643a79f1ec2c49c6b6955cf18
This commit is contained in:
parent
1981efcc35
commit
c6c4fb2f7a
108 changed files with 2090 additions and 138 deletions
|
@ -0,0 +1,2 @@
|
|||
import('./static-import-worker.js')
|
||||
.then(module => postMessage('LOADED'));
|
|
@ -0,0 +1,2 @@
|
|||
import('./post-message-on-load-worker.js')
|
||||
.then(module => postMessage('LOADED'));
|
|
@ -0,0 +1,2 @@
|
|||
import('./dynamic-import-worker.js')
|
||||
.then(module => postMessage('LOADED'));
|
|
@ -1 +1,2 @@
|
|||
import './static-import-worker.js';
|
||||
postMessage('LOADED')
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
import './dynamic-import-worker.js';
|
||||
postMessage('LOADED');
|
|
@ -1 +1,2 @@
|
|||
import './post-message-on-load-worker.js';
|
||||
postMessage('LOADED');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue