Pass | Template element as a descendant of the frameset element. Test loading from a 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 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 |
|
Pass | Template element as a descendant of the frameset element. Test template element is assigned to frameset's innerHTML) | Asserts runPass | 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 |
|
Pass | Template element as a descendant of the frameset element. Test template element appended to frameset by appendChild() | Asserts runPass | 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 |
|