Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassreadyState equals 'complete' when the document has loaded
Asserts run
Pass
assert_equals("complete", "complete")
    at Test.<anonymous> ( /html/dom/documents/resource-metadata-management/document-readyState.html:15:5)
PassreadyState equals 'interactive' when the document is finished parsing
Asserts run
Pass
assert_equals("interactive", "interactive")
    at Test.<anonymous> ( /html/dom/documents/resource-metadata-management/document-readyState.html:20:7)
Passreadystatechange event is fired each time document.readyState changes
Asserts run
Pass
assert_array_equals(["loading", "interactive", "complete"], ["loading", "interactive", "complete"])
    at Test.<anonymous> ( /html/dom/documents/resource-metadata-management/document-readyState.html:29:7)