mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make the parser decode input from document's encoding
The document's encoding is only computed from the Content-Type header for now, with no sniffing at all.
This commit is contained in:
parent
848a4e256a
commit
a2abfc6301
9 changed files with 37 additions and 43 deletions
|
@ -1,5 +0,0 @@
|
|||
[the-input-byte-stream-001.html]
|
||||
type: testharness
|
||||
[The character encoding of a page can be set using the HTTP header charset declaration.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[the-input-byte-stream-016.html]
|
||||
type: testharness
|
||||
[The HTTP header has a higher precedence than an encoding declaration in a meta content attribute.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[the-input-byte-stream-018.html]
|
||||
type: testharness
|
||||
[The HTTP header has a higher precedence than an encoding declaration in a meta charset attribute.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue