Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update test expectations
The hubbub bindings set document.characterSet but we don't use it for anything. html5ever doesn't parse charsets from <meta> tags yet, and I'd rather add that as part of adding actual support for other encodings (which Servo never had with hubbub). Switching to html5ever also changes attribute parsing slightly (bringing it in line with the current spec) and this breaks some of the <img srcset> tests. We don't support this feature at all. Some other things change due to bugs in hubbub not present in html5ever.
- Loading branch information
1 parent
5be4f40
commit 3fbb25c
Showing
7 changed files
with
107 additions
and
100 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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,3 @@ | ||
[open-url-encoding.htm] | ||
type: testharness | ||
[XMLHttpRequest: open() - URL encoding] | ||
expected: FAIL | ||
|
||
expected: TIMEOUT |
3 changes: 3 additions & 0 deletions
3
tests/wpt/metadata/XMLHttpRequest/send-content-type-string.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[send-content-type-string.htm] | ||
type: testharness | ||
expected: TIMEOUT |
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