mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Update web-platform-tests to revision c0fbd59769588391d78838086bd02ad394301655
This commit is contained in:
parent
a07c718895
commit
a3df7c3a3c
105 changed files with 1922 additions and 1186 deletions
|
@ -0,0 +1,5 @@
|
|||
test(() => {
|
||||
assert_throws(new TypeError(), () => {
|
||||
new Request("", {importance: 'invalid'});
|
||||
}, "a new Request() must throw a TypeError if RequestInit's importance is an invalid value");
|
||||
}, "new Request() throws a TypeError if any of RequestInit's members' values are invalid");
|
Loading…
Add table
Add a link
Reference in a new issue