mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Enable a bunch of tests.
This commit is contained in:
parent
39b4f19ebb
commit
ab42a7b16b
28 changed files with 139 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[the-input-byte-stream-003.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[the-input-byte-stream-004.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[the-input-byte-stream-007.html]
|
||||
type: testharness
|
||||
[The character encoding of the page can be set by a meta element with http-equiv and content attributes.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-input-byte-stream-009.html]
|
||||
type: testharness
|
||||
[The character encoding of the page can be set by a meta element with charset attribute.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[the-input-byte-stream-030.html]
|
||||
type: testharness
|
||||
[An encoding declaration in a meta charset attribute has a higher precedence than a following encoding declaration in a meta charset attribute.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue