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

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

View file

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

View file

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