Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passscheduler: external files added through DOM should not block further parsing while loading
Asserts run
Pass
assert_array_equals(["document.body: <BODY>", "found #foo element: YES"], ["document.body: <BODY>", "found #foo element: YES"])
    at Test.test ( /html/semantics/scripting-1/the-script-element/execution-timing/069.html:25:17)
Fail
assert_array_equals(["document.body: <BODY>", "found #foo element: YES"], ["found #foo element: YES", "document.body: <BODY>"])
    at Test.test ( /html/semantics/scripting-1/the-script-element/execution-timing/069.html:25:17)