Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCheck execution order on load handler
Asserts run
Pass
assert_equals(false, false, "Expected onload to run first")
    at Test.<anonymous> ( /html/browsers/browsing-the-web/navigating-across-documents/empty-iframe-load-event.html:13:13)
PassCheck execution order from nested timeout
Asserts run
Pass
assert_equals(true, true, "Expected nested setTimeout to run second")
    at Test.<anonymous> ( /html/browsers/browsing-the-web/navigating-across-documents/empty-iframe-load-event.html:29:17)