html-script-module-execOrder

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassUnordered module script execution (parsed, unordered #1)
Asserts runNo asserts ran
PassUnordered module script execution (parsed, unordered #2)
Asserts runNo asserts ran
PassUnordered module script execution (dynamic, unordered #1)
Asserts runNo asserts ran
PassUnordered module script execution (dynamic, unordered #2)
Asserts runNo asserts ran
PassInterlaced module/non-module script execution (parsed, async-ordered)
Asserts run
Pass
assert_equals(1, 1, "Inline untyped script element should have fired first")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(2, 2, "External deferred (#1) script element should have fired second")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(3, 3, "Inline module-typed script element should have fired third")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(4, 4, "External deferred (#2) script element should have fired fourth")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(5, 5, "onload should have fired fifth")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
PassInterlaced module/non-module script execution (dynamic, async-ordered)
Asserts run
Pass
assert_equals(1, 1, "Inline untyped script element should have fired first")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(2, 2, "External script element (#1) should have fired second")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(3, 3, "External script element (#2) should have fired third")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(4, 4, "External script element (#3) should have fired fourth")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)
Pass
assert_equals(5, 5, "onload should have fired fifth (last)")
    at assert_execCount ( /html/semantics/scripting-1/the-script-element/module/execorder.html:20:13)