summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered2.js
blob: d7115a2ac62c7582e4f79e70bdd2e457a0c031ef (plain)
1
2
3
test_dynamicOrdered.step(function() {
    assert_execCount(1, 2, "External script element (#1) should have fired second");
});