Commit 996343f
[ES6 modules] Add WPT for loading cyclic module graph w/ slow imports
This CL adds a layout test demonstrating the currently broken cycle handling,
which currently fails on ToT.
If a cyclic module graph node contained other edges that are not part
of the cycle, the graph does not load reliably. (To be more specific,
the graph does not load unless the other edges complete loading before
we instantiate the cycle nodes).
We expect to have the root cause fixed in the spec change PR:
whatwg/html#2674
Bug: 594639
Change-Id: I3cf8a640a73083ad612c96fc4bbd0f01e00f6e46
Reviewed-on: https://chromium-review.googlesource.com/535413
Cr-Commit-Position: refs/heads/master@{#479534}
WPT-Export-Revision: 1d8720afaeeb738690321b52bc88960ecb3b36f31 parent 858788b commit 996343f
File tree
3 files changed
+15
-0
lines changed- html/semantics/scripting-1/the-script-element/module
3 files changed
+15
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments