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