mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Bump html5ever to 0.2.4, <template> support!
The failing <img> test comes from the now-correct parsing of <font face> elements in SVG.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
[template-contents-owner-test-001.html]
|
||||
type: testharness
|
||||
[Test the template contents owner document when enclosing document has no browsing content. Template element is created by createElement()]
|
||||
expected: FAIL
|
||||
|
||||
[Test the template contents owner document when enclosing document has no browsing content. Template element is created by innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
[template-contents.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[The template contents must be a DocumentFragment (nested template containing a text node)]
|
||||
expected: FAIL
|
||||
|
||||
[The template contents must be a DocumentFragment (the empty template tag inside HTML file loaded in iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[The template contents must be a DocumentFragment (non empty template tag inside HTML file loaded in iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[The template contents must be a DocumentFragment (the template tag with some text inside HTML file loaded in iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[The template contents must be a DocumentFragment (the template tag with nested template tag inside HTML file loaded in iframe)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user