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