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-02.xhtml:13: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-02.xhtml:17:3)
Pass
assert_false(false, "Head still there?!")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-02.xhtml:19:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-02.xhtml:21:3)
Passdocument 2
Asserts run
Pass
assert_equals("PASS", "PASS")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-02.xhtml:27:3)
PassPASS 3
Asserts run
Pass
assert_equals("PASS2", "PASS2")
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-02.xhtml:33:3)
PASS