Pass | </template> tag in HTML body without start one should be ignored | Asserts runPass | assert_equals(0, 0, "Element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:23:5) |
|
Pass | </template> tag in HTML body without start one should be ignored. Test valid <template> element and </template> tag after it | Asserts runPass | assert_equals(1, 1, "Element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:34:5) | Pass | assert_not_equals(Element node <template id="tmpl"></template>, null, "Element should present it document body")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:35:5) |
|
Pass | </template> tag in HTML body without start one should be ignored. Test valid <template> element and </template> tag before it | Asserts runPass | assert_equals(1, 1, "Element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:48:5) | Pass | assert_not_equals(Element node <template id="tmpl"></template>, null, "Element should present it document body")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:49:5) |
|
Pass | </template> tag in HTML body without start one should be ignored. Test valid <template> element, <title> element and </template> tag before them | Asserts runPass | assert_equals(2, 2, "Element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:62:5) | Pass | assert_not_equals(Element node <template id="tmpl"></template>, null, "Valid element should present it document body")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:63:5) | Pass | assert_not_equals(Element node <title>Test Document</title>, null, "Valid title element should present it document body")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:65:5) |
|
Pass | </template> tag in HTML body without start one should be ignored. Test valid <template> element, <title> element and </template> tag after them | Asserts runPass | assert_equals(2, 2, "Element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:78:5) | Pass | assert_not_equals(Element node <template id="tmpl"></template>, null, "Valid element should present it document body")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:79:5) | Pass | assert_not_equals(Element node <title>Test Document</title>, null, "Valid title element should present it document body")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:81:5) |
|
Pass | </template> tag in HTML body without start one should be ignored. Test HTML document loaded from file | Asserts runPass | assert_true(true, "Failed to create new rendered document")
at newIFrame ( /html/resources/common.js:97:5) | Pass | assert_equals(null, null, "</template> must be ignored")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:91:5 | Pass | assert_not_equals(Element node <div>The file contains several </template> tag in H..., null, "Valid element should present it document body")
at /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html:93:5 |
|