mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Fix HTMLTemplateElement.innerHTML
https://github.com/w3c/DOM-Parsing/issues/1
This commit is contained in:
parent
a5cefe41d0
commit
b3820047da
4 changed files with 23 additions and 28 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue