mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
All tests using iframes can't currently pass, same for innerHTML-related tests with <template> elements. The latter contradicts the spec, see the links below. https://github.com/servo/html5ever/issues/164 https://github.com/w3c/DOM-Parsing/issues/1
12 lines
603 B
INI
12 lines
603 B
INI
[template-contents-owner-test-002.html]
|
|
type: testharness
|
|
[The template contents owner document must be different from template owner document, which has browsing context. Template element is created by createElement()]
|
|
expected: FAIL
|
|
|
|
[The template contents owner document must be different from template owner document, which has browsing context. Template element is created via innerHTML]
|
|
expected: FAIL
|
|
|
|
[The template contents owner document must be different from template owner document, which has browsing context. Template element is created by HTML parser]
|
|
expected: FAIL
|
|
|