mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Update web-platform-tests to revision b622fea47d516f82e303c1954d0aee2652466c80
This commit is contained in:
parent
cb915d669a
commit
c6927c2425
54 changed files with 651 additions and 533 deletions
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<title>null transfer</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id=log></div>
|
||||
<script>
|
||||
test(function(t) {
|
||||
assert_throws(new TypeError, () => postMessage('', {transfer: null}));
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue