mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Auto merge of #16989 - servo:packets, r=nox
Decode UTF-8 code points across network packets <s>Depends on https://github.com/servo/html5ever/pull/272</s> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16989) <!-- Reviewable:end -->
This commit is contained in:
commit
b0c7c71729
13 changed files with 92 additions and 64 deletions
|
@ -17,7 +17,7 @@ byteorder = "1.0"
|
|||
app_units = "0.4.1"
|
||||
cssparser = "0.13.3"
|
||||
euclid = "0.11"
|
||||
html5ever = "0.16"
|
||||
html5ever = "0.17"
|
||||
parking_lot = "0.3"
|
||||
rayon = "0.7"
|
||||
rustc-serialize = "0.3"
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[seg-break-transformation-006.htm]
|
||||
type: testharness
|
||||
[spaces linebreak]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[word-break-break-all-006.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -153,3 +153,6 @@
|
|||
[Equivalent tests for data URL and srcdoc <iframe>s]
|
||||
expected: FAIL
|
||||
|
||||
[%E2%80%A0x (percent-encoded) is not a scheme]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue