Pass | Ignore frameset token. Test FRAMESET element assigned to template innerHTML | Asserts runPass | assert_equals(0, 0, "Template cannot contain FRAMESET element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html:36:5) |
|
Pass | Ignore frameset token. Test FRAMESET element and some valid element before it, assigned to the template's innerHTML | Asserts runPass | assert_equals(1, 1, "Template cannot contain FRAMESET element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html:55: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-frameset-token.html:57:5) |
|
Pass | Ignore frameset token. Test FRAMESET element and some valid element after it, assigned to the template's innerHTML | Asserts runPass | assert_equals(1, 1, "Template cannot contain FRAMESET element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html:77: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-frameset-token.html:79:5) |
|
Pass | Ignore frameset token. Test FRAMESET 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-frameset-token.html:100: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-frameset-token.html:102:5) | Pass | assert_equals(0, 0, "Template cannot contain FRAMESET element")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html:107:5) |
|
Pass | Ignore frameset token. Test loading a HTML file with FRAMESET 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 FRAMESET element")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html:119:5 |
|