Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passdocument.write in an imported module
Asserts run
Pass
assert_equals("Initial body contents\n", "Initial body contents\n")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html:16:5)
Pass
assert_true(true, "onload must be called")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html:21:5)
Pass
assert_equals("document.write body contents\n", "document.write body contents\n")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html:22:5)