Pass | In body insertion mode: html start tag should add only absent attributes | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals("5", "5", "Attribute should be accessible")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html:27:5 | Pass | assert_equals("htmlId", "htmlId", "Attribute 'id' should be added and accessible")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html:28:5 | Pass | assert_false(false, "Attribute 'class' should be ignored")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html:30:5 | Pass | assert_equals(0, 0, "Template should not contain HTML element")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html:31:5 |
|