Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassTemplate element as a descendant of the frameset element. Test loading from a file
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals(null, null, "Template element should not be a descendant of the frameset element")
    at  /html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html:21:5
PassTemplate element as a descendant of the frameset element. Test template element is assigned to frameset's innerHTML)
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals(null, null, "Initial conditions are not satisfied")
    at  /html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html:33:5
Pass
assert_equals(null, null, "Template element should not be a descendant of the frameset element")
    at  /html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html:38:5
PassTemplate element as a descendant of the frameset element. Test template element appended to frameset by appendChild()
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals(1, 1, "Template element should be a descendant of the frameset element")
    at  /html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html:53:5