Pass | Ignore HTML token. Test HTML element assigned to template innerHTML | Asserts runPass | assert_equals(0, 0, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:33:5) |
|
Pass | Ignore HTML token.Test HTML element and some valid element before it, assigned to template innerHTML | Asserts runPass | assert_equals(1, 1, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:47:5) | Pass | assert_not_equals(Element node <div id="div1">Some text</div>, null, "Template should contain valid element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:49:5) |
|
Pass | Ignore HTML token. Test HEAD element and some valid element after it, assigned to template innerHTML | Asserts runPass | assert_equals(1, 1, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:64:5) | Pass | assert_not_equals(Element node <div id="div1">Some text</div>, null, "Template should contain valid element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:66:5) |
|
Pass | Ignore HTML token. Test HTML tag inside template tag assigned to another template's innerHTML | Asserts runPass | assert_equals(1, 1, "Template should contain nested template")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:81:5) | Pass | assert_not_equals(Element node <template id="t2"></template>, null, "Template should contain nested element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:83:5) | Pass | assert_equals(0, 0, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:88:5) |
|
Pass | Ignore HTML token. Test some valid element inside HTML element | Asserts runPass | assert_equals(1, 1, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:103:5) | Pass | assert_not_equals(Element node <div id="div1">Some text</div>, null, "Template should contain a valid element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:105:5) |
|
Pass | Ignore HTML token. Test valid element inside HTML and BODY elements | Asserts runPass | assert_equals(1, 1, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:119:5) | Pass | assert_not_equals(Element node <div id="div1">Some text</div>, null, "Template should contain valid element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:121:5) |
|
Pass | Ignore HTML token. Test valid element inside and between HTML and BODY elements | Asserts runPass | assert_equals(2, 2, "Template cannot contain HTML element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:135:5) | Pass | assert_not_equals(Element node <div id="div1">Some text</div>, null, "Template should contain valid DIV element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:137:5) | Pass | assert_not_equals(Element node <span id="span1">Span</span>, null, "Template should contain valid SPAN element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:140:5) |
|
Pass | Ignore HTML token. Test loading a HTML file with HTML tag inside template | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals(0, 0, "Template cannot contain HTML element")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html:151:5 |
|