mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'99458bfd6e43f5842a4a510cc5adfd8185e5c64c'
This commit is contained in:
parent
eac515e4ab
commit
ec97b29ff1
334 changed files with 5735 additions and 3175 deletions
|
@ -1,4 +1,5 @@
|
|||
// META: title=postMessage() with a Blob
|
||||
// META: script=/common/gc.js
|
||||
|
||||
var TARGET = null;
|
||||
var SOURCE = null;
|
||||
|
@ -15,9 +16,7 @@
|
|||
(function() {
|
||||
SOURCE.postMessage({blob: new Blob(['foo', 'bar'])});
|
||||
})();
|
||||
// TODO(https://github.com/web-platform-tests/wpt/issues/7899): Change to
|
||||
// some sort of cross-browser GC trigger.
|
||||
if (self.gc) self.gc();
|
||||
garbageCollect();
|
||||
|
||||
function TestMessageEvent(evt)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue