You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/web-platform-tests/expectation.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4131,8 +4131,7 @@
4131
4131
},
4132
4132
{
4133
4133
"name": "new Request() throws a TypeError if any of RequestInit's members' values are invalid",
4134
-
"success": false,
4135
-
"message": "assert_throws_js: a new Request() must throw a TypeError if RequestInit's priority is an invalid value function \"() => {\n new Request(\"\", {priority: 'invalid'});\n }\" did not throw"
4134
+
"success": true
4136
4135
},
4137
4136
{
4138
4137
"name": "fetch() with a 'high' priority completes successfully",
@@ -4148,8 +4147,7 @@
4148
4147
},
4149
4148
{
4150
4149
"name": "fetch() with an invalid priority returns a rejected promise with a TypeError",
4151
-
"success": false,
4152
-
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code"
0 commit comments