blob: 3bcfc3bb79432a59877e7b2c259147b748871a7f [file] [log] [blame]
This is a testharness.js-based test.
FAIL The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser) assert_class_string: Template content owner should be a document expected "[object Document]" but got "[object HTMLDocument]"
FAIL The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement()) assert_class_string: Template content owner should be a document expected "[object Document]" but got "[object HTMLDocument]"
FAIL The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement()) assert_class_string: Template content owner should be a document expected "[object Document]" but got "[object HTMLDocument]"
FAIL The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML) assert_class_string: Template content owner should be a document expected "[object Document]" but got "[object HTMLDocument]"
Harness: the test ran to completion.