mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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: 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue