Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassWindow document with doctype
Asserts run
Pass
assert_true(true, "Doctype should be a DocumentType")
    at Test.<anonymous> ( /dom/nodes/Document-doctype.html:11:3)
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Document-doctype.html:13:3)
Passnew Document()
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Document-doctype.html:19:3)