Summary

Harness status: OK

Found 3 tests

Details

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