Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassCalling document.write with null and undefined
Asserts runNo asserts ran
Passdocument.write(null)
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/document-write/document.write-02.html:18:5)
Passdocument.write(undefined)
Asserts run
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/document-write/document.write-02.html:24:5)