forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out changeset a86a27857ef6 (bug 1453318) for causing multiple …
…wpt failures. CLOSED TREE
- Loading branch information
Iulian Moraru
committed
Aug 7, 2023
1 parent
1a15b46
commit 15248c3
Showing
6 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
testing/web-platform/meta/fetch/h1-parsing/resources-with-0x00-in-header.window.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
[resources-with-0x00-in-header.window.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Expect network error for image with 0x00 in a header] | ||
expected: FAIL | ||
|
||
[Expect network error for frame navigation to resource with 0x00 in a header] | ||
expected: FAIL | ||
|
||
[Expect network error for script with 0x00 in a header] | ||
expected: FAIL |
11 changes: 11 additions & 0 deletions
11
testing/web-platform/meta/xhr/headers-normalize-response.htm.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
[headers-normalize-response.htm] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Header value: hello\\0world] | ||
expected: FAIL | ||
|
||
[Header value: \\0hello world] | ||
expected: FAIL | ||
|
||
[Header value: \\0] | ||
expected: FAIL | ||
|
||
[Header value: hello world\\0] | ||
expected: FAIL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters