Enable a bunch of tests.

This commit is contained in:
Josh Matthews 2017-01-24 19:56:21 -05:00
parent 39b4f19ebb
commit ab42a7b16b
28 changed files with 139 additions and 4 deletions

View file

@ -1 +0,0 @@
disabled: for now

View file

@ -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

View file

@ -0,0 +1,3 @@
[the-input-byte-stream-003.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[the-input-byte-stream-004.html]
type: testharness
expected: TIMEOUT

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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