mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Auto merge of #15198 - jdm:moretests, r=cbrewster
Enable a bunch of tests. These are tests that are associated with issues that are now closed or seem to rely on features that we should be implementing correctly. <!-- 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/15198) <!-- Reviewable:end -->
This commit is contained in:
commit
0eaf3e261c
28 changed files with 139 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
disabled: XHTML
|
|
@ -0,0 +1,8 @@
|
|||
[node-document.html]
|
||||
type: testharness
|
||||
[Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test loading XHTML document from a file]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test loading of XHTML document with nested templates from a file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[template-child-nodes.html]
|
||||
type: testharness
|
||||
[Child nodes of template element in XHTML documents must be appended to template content. Test loading XHTML document from a file]
|
||||
expected: FAIL
|
||||
|
||||
[Child nodes of nested template element in XHTML documents must be appended to template content. Test loading XHTML document from a file]
|
||||
expected: FAIL
|
||||
|
|
@ -1 +0,0 @@
|
|||
disabled: XHTML
|
|
@ -0,0 +1,11 @@
|
|||
[outerhtml.html]
|
||||
type: testharness
|
||||
[Template contents should be serialized instead of template element if serializing template element]
|
||||
expected: FAIL
|
||||
|
||||
[Template contents should be serialized instead of template element if serializing template element. Test nested template]
|
||||
expected: FAIL
|
||||
|
||||
[Template contents should be serialized instead of template element if serializing template element. Test serializing whole document]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
disabled: https://github.com/servo/servo/issues/3924
|
|
@ -0,0 +1,8 @@
|
|||
[generating-of-implied-end-tags.html]
|
||||
type: testharness
|
||||
[Generating of implied end tags. Test table elements. Loading of HTML document from a file]
|
||||
expected: FAIL
|
||||
|
||||
[Generating of implied end tags. Test div element. Loading of HTML document from a file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ignore-body-token.html]
|
||||
type: testharness
|
||||
[Ignore BODY token. Test loading a HTML file with BODY tag inside template]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ignore-frameset-token.html]
|
||||
type: testharness
|
||||
[Ignore frameset token. Test loading a HTML file with FRAMESET tag inside template]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ignore-head-token.html]
|
||||
type: testharness
|
||||
[Ignore HEAD token. Test loading a HTML file with HEAD tag inside template]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ignore-html-token.html]
|
||||
type: testharness
|
||||
[Ignore HTML token. Test loading a HTML file with HTML tag inside template]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[start-tag-html.html]
|
||||
type: testharness
|
||||
[In body insertion mode: html start tag should add only absent attributes]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[template-end-tag-without-start-one.html]
|
||||
type: testharness
|
||||
[</template> tag in HTML body without start one should be ignored. Test HTML document loaded from file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[end-tag-frameset.html]
|
||||
type: testharness
|
||||
[<template> tag should be ignored in "in frameset" insertion mode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[generating-of-implied-end-tags.html]
|
||||
type: testharness
|
||||
[Generating of implied end tags. Test table elements. Load HTML document from file]
|
||||
expected: FAIL
|
||||
|
||||
[Generating of implied end tags. Test div element. Load HTML document from file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[template-end-tag-without-start-one.html]
|
||||
type: testharness
|
||||
[</template> tag in HTML head without start one should be ignored. Test HTML document loaded from file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[template-child-nodes.html]
|
||||
type: testharness
|
||||
[Template child nodes must be appended to template content node. Load HTML document from a file]
|
||||
expected: FAIL
|
||||
|
||||
[Template child nodes must be appended to nested template content node. Load HTML document from a file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[template-owner-document.html]
|
||||
type: testharness
|
||||
|
||||
[Test ownerDocument property of two elements in a template. Load HTML document from a file, current DOCUMENT has browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[Test ownerDocument property of the element in a template. Load HTML document from a file, current DOCUMENT has browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[Test ownerDocument property of the element in a nested template. Load HTML document from a file, current DOCUMENT has browsing context]
|
||||
expected: FAIL
|
|
@ -3,3 +3,4 @@
|
|||
expected: OK
|
||||
[Style: Same-origin with correct sha256 and sha512 hash, rel='alternate stylesheet' enabled]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue