mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
The failing <img> test comes from the now-correct parsing of <font face> elements in SVG.
18 lines
715 B
INI
18 lines
715 B
INI
[template-contents.html]
|
|
type: testharness
|
|
[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
|
|
|