Pass | The template contents owner document must be different from template owner document, which has browsing context. Template element is created by createElement() | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_not_equals(Document node with 0 children, Document node with 1 child, "Wrong template owner document")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html:30:5 |
|
Pass | The template contents owner document must be different from template owner document, which has browsing context. Template element is created via innerHTML | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_not_equals(Document node with 0 children, Document node with 1 child, "Wrong template owner document")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html:46:5 |
|
Pass | The template contents owner document must be different from template owner document, which has browsing context. Template element is created by HTML parser | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_not_equals(Document node with 0 children, Document node with 2 children, "Wrong template owner document")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html:60:5 |
|