Commit 858788b
ES6 Modules nomodule attribute test cleanup
nomodule-set-on-async-classic-script.html:
Remove setTimeout API usage, which can be prone to issues when the
test system is slow (i.e. VM on a busy host). This test doesn't need
the setTimeout usage though, since the platform should hold off from
dispatching window's load event until all async scripts have been
executed anyways.
nomodule-set-on-synchronously-loaded-classic-scripts.html:
Removed dead code.1 parent a3101d8 commit 858788b
File tree
2 files changed
+2
-13
lines changed- html/semantics/scripting-1/the-script-element
2 files changed
+2
-13
lines changedLines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 20 | | |
27 | 21 | | |
28 | 22 | | |
| |||
36 | 30 | | |
37 | 31 | | |
38 | 32 | | |
39 | | - | |
| 33 | + | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
| |||
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
59 | | - | |
| 53 | + | |
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 39 | | |
45 | 40 | | |
46 | 41 | | |
0 commit comments