Pass | In body insertion mode: Template contains a start tag whose tag name is body.Test <body> tag only | Asserts runPass | assert_equals(0, 0, "Element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:24:5) |
|
Pass | In body insertion mode: Template contains a start tag whose tag name is body. Test <body> tag containing some text | Asserts runPass | assert_equals(null, null, "<body> element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:38:5) | Pass | assert_equals(1, 1, "Text shouldn't be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:40:5) | Pass | assert_equals(3, 3, "Text shouldn't be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:41:5) |
|
Pass | In body insertion mode: Template contains a start tag whose tag name is body. Test <body> tag containing some other elements | Asserts runPass | assert_equals(null, null, "<body> element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:59:5) | Pass | assert_equals(2, 2, "Only body tag should be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:61:5) | Pass | assert_not_equals(Element node <div id="div1">DIV 1</div>, null, "Children of <body tag shouldn't be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:63:5) | Pass | assert_not_equals(Element node <div id="div2">DIV 2</div>, null, "Children of <body tag shouldn't be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:65:5) |
|
Pass | In body insertion mode: Template contains a start tag whose tag name is body. Test nested template tag containing <body> tag with some other elements | Asserts runPass | assert_equals(null, null, "<body> element must be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:83:5) | Pass | assert_equals(2, 2, "Only body tag should be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:85:5) | Pass | assert_not_equals(Element node <div id="div1">DIV 1</div>, null, "Children of <body tag shouldn't be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:87:5) | Pass | assert_not_equals(Element node <div id="div2">DIV 2</div>, null, "Children of <body tag shouldn't be ignored")
at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html:89:5) |
|