Fix HTMLTemplateElement.innerHTML

https://github.com/w3c/DOM-Parsing/issues/1
This commit is contained in:
Anthony Ramine 2015-09-04 10:43:20 +02:00
parent a5cefe41d0
commit b3820047da
4 changed files with 23 additions and 28 deletions

View file

@ -1,11 +1,5 @@
[innerhtml.html]
type: testharness
[innerHTML of template element replaces all referenced by the content attribute]
expected: FAIL
[innerHTML of template element replaces all referenced by the content attribute. Test nested template]
expected: FAIL
[innerHTML of template element replaces all referenced by the content attribute. Test loading of HTML document from a file]
expected: FAIL

View file

@ -1,11 +0,0 @@
[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