mirror of
https://github.com/servo/servo.git
synced 2025-08-18 20:05:34 +01:00
Use document encoding when parsing url in href setter (#33825)
* Implement encoding-parse-a-url algorithm Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Parse url with encoding when setting href on HtmlAnchorElement Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
76776bf082
commit
bdd5fb2e5b
10 changed files with 46 additions and 225832 deletions
|
@ -1,10 +1,4 @@
|
|||
[percent-encoding.window.html]
|
||||
[Input † with encoding windows-1252]
|
||||
expected: FAIL
|
||||
|
||||
[Input − with encoding shift_jis]
|
||||
expected: FAIL
|
||||
|
||||
[Input \x0eA with encoding iso-2022-jp]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,11 +8,5 @@
|
|||
[Input † with encoding big5]
|
||||
expected: FAIL
|
||||
|
||||
[Input † with encoding euc-kr]
|
||||
expected: FAIL
|
||||
|
||||
[Input ‾\\ with encoding iso-2022-jp]
|
||||
expected: FAIL
|
||||
|
||||
[Input U+d800 with encoding windows-1252]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue