mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
Update web-platform-tests to revision 281f62f2d8ffe72128d848851ac1e8d823f608f6
This commit is contained in:
parent
f4a5709e37
commit
2999a91526
292 changed files with 2232 additions and 742 deletions
|
@ -44,7 +44,7 @@ test(function() {
|
|||
var ev = new MessageEvent("test", { ports: [] })
|
||||
assert_true(Array.isArray(ev.ports), "Array.isArray() should return true")
|
||||
assert_true(Object.isFrozen(ev.ports), "Object.isFrozen() should return true")
|
||||
assert_true(ev.ports === ev.ports, "ev.ports should return the same object")
|
||||
assert_equals(ev.ports, ev.ports, "ev.ports should return the same object")
|
||||
|
||||
const oldPorts = ev.ports;
|
||||
ev.initMessageEvent("test", false, false, null, "", "", null, ev.ports);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue