Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCheck that while a sync XHR is in flight async script loads don't complete and run script
Asserts run
Pass
assert_false(false, "Script should not have run")
    at Test.<anonymous> ( /xhr/xmlhttprequest-sync-block-scripts.html:18:3)
Pass
assert_false(false, "load event for <script> should not have fired")
    at Test.<anonymous> ( /xhr/xmlhttprequest-sync-block-scripts.html:19:3)