Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassGenerating of implied end tags. Test table elements
Asserts run
Pass
assert_not_equals(Element node <template id="tpl"><table id="tbl"><tbody><tr id="tr"><td..., null, "Template element must be parsed")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:27:5)
Pass
assert_equals(null, null, "Table element should not be available")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:29:5)
Pass
assert_equals(null, null, "TR element should not be available")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:30:5)
Pass
assert_equals(null, null, "TD element should not be available")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:31:5)
Pass
assert_not_equals(Element node <table id="tbl"><tbody><tr id="tr"><td id="td"></td></tr>..., null, "Template should contain table element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:33:5)
Pass
assert_not_equals(Element node <tr id="tr"><td id="td"></td></tr>, null, "Template should contain TR element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:35:5)
Pass
assert_not_equals(Element node <td id="td"></td>, null, "Template should contain TD element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:37:5)
PassGenerating of implied end tags. Test DIV element
Asserts run
Pass
assert_not_equals(Element node <template id="tpl"><div id="dv">Div content</div></template>, null, "Template element must be parsed")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:52:5)
Pass
assert_equals(null, null, "DIV element should not be available")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:54:5)
Pass
assert_not_equals(Element node <div id="dv">Div content</div>, null, "Template should contain DIV element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:56:5)
PassGenerating of implied end tags. Test some text and DIV element
Asserts run
Pass
assert_not_equals(Element node <template id="tpl">Template text<div id="dv">Div content<..., null, "Template element must be parsed")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:70:5)
Pass
assert_equals(null, null, "DIV element should not be available")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:72:5)
Pass
assert_not_equals(Element node <div id="dv">Div content</div>, null, "Template should contain DIV element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:76:5)
Pass
assert_equals("Div content", "Div content", "Wrong template content inner text")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:77:5)
PassGenerating of implied end tags. Test wrong end tag
Asserts run
Pass
assert_not_equals(Element node <template id="tpl"><div id="dv">Div content</div></template>, null, "Template element must be parsed")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:90:5)
Pass
assert_equals(1, 1, "Wrong number of template's children")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:92:5)
Pass
assert_equals(null, null, "DIV element should not be available")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:95:5)
Pass
assert_not_equals(Element node <div id="dv">Div content</div>, null, "Template should contain DIV element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:97:5)
Pass
assert_equals("Div content", "Div content", "Wrong template content inner text")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:99:5)
PassGenerating of implied end tags. Test table elements. Load HTML document from file
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_not_equals(Element node <template>     <table>       <tbody><tr>         <td>Hell..., null, "Template element must be parsed")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:110:5
Pass
assert_not_equals(Element node <table>       <tbody><tr>         <td>Hello, cell one!   ..., null, "Template should contain table element")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:113:5
Pass
assert_not_equals(Element node <tr>         <td>Hello, cell one!   </td></tr>, null, "Template should contain TR element")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:115:5
Pass
assert_not_equals(Element node <td>Hello, cell one!   </td>, null, "Template should contain TD element")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:117:5
PassGenerating of implied end tags. Test div element. Load HTML document from file
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_not_equals(Element node <template>         <div>Hello, template     </div></templ..., null, "Template element must be parsed")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:128:5
Pass
assert_not_equals(Element node <div>Hello, template     </div>, null, "Template should contain div element")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:131:5
Pass
assert_equals("Hello, template\n    ", "Hello, template\n    ", "Invalid div contents")
    at  /html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html:132:5