Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passdocument.title with head blown away
Asserts run
Pass
assert_equals("document.title with head blown away", "document.title with head blown away")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-01.html:10:3)
Passdocument.title with head blown away 1
Asserts run
Pass
assert_true(true, "Head gone?!")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-01.html:14:3)
Pass
assert_false(false, "Head still there?!")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-01.html:16:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-01.html:18:3)
Passdocument 2
Asserts run
Pass
assert_equals("PASS", "PASS")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-01.html:24:3)
PassPASS 3
Asserts run
Pass
assert_equals("PASS2", "PASS2")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-01.html:30:3)
PASS