Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered2.js |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered2.js b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered2.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d7115a2ac62c7582e4f79e70bdd2e457a0c031ef |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered2.js |
| @@ -0,0 +1,3 @@ |
| +test_dynamicOrdered.step(function() { |
| + assert_execCount(1, 2, "External script element (#1) should have fired second"); |
| +}); |