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