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
XMLHttpRequest.open should use USVString
https://bugs.webkit.org/show_bug.cgi?id=215704 Patch by Rob Buis <rbuis@igalia.com> on 2020-08-20 Reviewed by Chris Dumez. LayoutTests/imported/w3c: Update improved test result. * web-platform-tests/xhr/open-url-encoding-expected.txt: Source/WebCore: XMLHttpRequest.open should use USVString as mentioned in the FIXMEs and the spec [1]. Test: imported/w3c/web-platform-tests/xhr/open-url-encoding.html [1] https://xhr.spec.whatwg.org/#ref-for-dom-xmlhttprequest-open * xml/XMLHttpRequest.idl: Canonical link: https://commits.webkit.org/228461@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@265963 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
39f1a80
commit 96b3cff
Showing
4 changed files
with
29 additions
and
3 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
2 changes: 1 addition & 1 deletion
2
LayoutTests/imported/w3c/web-platform-tests/xhr/open-url-encoding-expected.txt
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,4 +1,4 @@ | ||
|
||
PASS percent encode characters | ||
FAIL lone surrogate assert_equals: expected "%26%2365533%3B" but got "%26%2355357%3B" | ||
PASS lone surrogate | ||
|
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