Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use html5ever’s BytesParser. #9677

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Enable some more web-platform-tests

  • Loading branch information
SimonSapin committed Feb 17, 2016
commit 45b95dd8d562bcf2ef71efbf0a81eeded7040e5d

This file was deleted.

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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.