Pass | The template contents must be a DocumentFragment (empty template) | Asserts runPass | assert_equals(11, 11, "Template content should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:23:5) | Pass | assert_class_string(DocumentFragment node with 0 children, "DocumentFragment", "Template content class should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:26:5) |
|
Pass | The template contents must be a DocumentFragment (non empty template) | Asserts runPass | assert_equals(11, 11, "Template content should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:40:5) | Pass | assert_class_string(DocumentFragment node with 2 children, "DocumentFragment", "Template content class should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:43:5) |
|
Pass | The template contents must be a DocumentFragment (non empty template containing div which is an Element instance) | Asserts runPass | assert_equals(11, 11, "Template content should be a documentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:58:5) |
|
Pass | The template contents must be a DocumentFragment (not empty template containing text node) | Asserts runPass | assert_equals(11, 11, "Template content should be a documentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:73:5) | Pass | assert_class_string(DocumentFragment node with 1 child, "DocumentFragment", "Template content class should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:76:5) |
|
Pass | The template contents must be a DocumentFragment (nested template containing a text node) | Asserts runPass | assert_equals(11, 11, "Template content should be a documentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:91:5) | Pass | assert_class_string(DocumentFragment node with 1 child, "DocumentFragment", "Template content class should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:93:5) | Pass | assert_equals(11, 11, "Nested template content should be a documentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:97:5) | Pass | assert_class_string(DocumentFragment node with 1 child, "DocumentFragment", "Nested template content class should be a DocumentFragment")
at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:100:5) |
|
Pass | The template contents must be a DocumentFragment (the empty template tag inside HTML file loaded in iframe) | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals(11, 11, "Template content should be a documentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:113:5 | Pass | assert_class_string(DocumentFragment node with 1 child, "DocumentFragment", "Template content class should be a DocumentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:115:5 |
|
Pass | The template contents must be a DocumentFragment (non empty template tag inside HTML file loaded in iframe) | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals(11, 11, "Template content should be a documentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:128:5 | Pass | assert_class_string(DocumentFragment node with 3 children, "DocumentFragment", "Template content class should be a DocumentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:130:5 |
|
Pass | The template contents must be a DocumentFragment (the template tag with some text inside HTML file loaded in iframe) | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals(11, 11, "Template content should be a documentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:142:5 | Pass | assert_class_string(DocumentFragment node with 1 child, "DocumentFragment", "Template content class should be a DocumentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:144:5 |
|
Pass | The template contents must be a DocumentFragment (the template tag with nested template tag inside HTML file loaded in iframe) | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals(11, 11, "Template content should be a documentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:156:5 | Pass | assert_class_string(DocumentFragment node with 3 children, "DocumentFragment", "Template content class should be a DocumentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:158:5 | Pass | assert_equals(11, 11, "Nested template content should be a documentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:163:5 | Pass | assert_class_string(DocumentFragment node with 3 children, "DocumentFragment", "Nested template content class should be a DocumentFragment")
at /html/semantics/scripting-1/the-template-element/definitions/template-contents.html:165:5 |
|