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