Skip to content

Commit c57c301

Browse files
committed
chore: update more expectations
1 parent 22161c7 commit c57c301

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/wpt-harness/expectations/url/urlencoded-parser.any.js.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212
"status": "PASS"
1313
},
1414
"request.formData() with input: test=": {
15-
"status": "FAIL"
15+
"status": "PASS"
1616
},
1717
"response.formData() with input: test=": {
18-
"status": "FAIL"
18+
"status": "PASS"
1919
},
2020
"URLSearchParams constructed with: %EF%BB%BFtest=%EF%BB%BF": {
2121
"status": "PASS"
2222
},
2323
"request.formData() with input: %EF%BB%BFtest=%EF%BB%BF": {
24-
"status": "FAIL"
24+
"status": "PASS"
2525
},
2626
"response.formData() with input: %EF%BB%BFtest=%EF%BB%BF": {
27-
"status": "FAIL"
27+
"status": "PASS"
2828
},
2929
"URLSearchParams constructed with: %EF%BF%BF=%EF%BF%BF": {
3030
"status": "PASS"
3131
},
3232
"request.formData() with input: %EF%BF%BF=%EF%BF%BF": {
33-
"status": "FAIL"
33+
"status": "PASS"
3434
},
3535
"response.formData() with input: %EF%BF%BF=%EF%BF%BF": {
36-
"status": "FAIL"
36+
"status": "PASS"
3737
},
3838
"URLSearchParams constructed with: %FE%FF": {
3939
"status": "PASS"

0 commit comments

Comments
 (0)