Bug 1676612 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

While we wait for the wpt tests, the TLA behavior is turned off by default. Because the implementation required changing the return value of ModuleEvaluate, in order to turn it off a bit of duplication was needed. This bug tracks the removal of that once https://github.com/whatwg/html/pull/4352is merged.
While we wait for the wpt tests, the TLA behavior is turned off by default. Because the implementation required changing the return value of ModuleEvaluate, in order to turn it off a bit of duplication was needed. This bug tracks the removal of that once https://github.com/whatwg/html/pull/4352is merged.

One of the issues that will need to be solved is the cause of this intermittent: 1678052 -- this is caused by the script load event

This failure is also present in the new tla tests -- the module load and async behavior is correctly, but we call onload at the wrong time. This appears to be behavior that we had before, as per the turned off tests in 1665330
While we wait for the wpt tests, the TLA behavior is turned off by default. Because the implementation required changing the return value of ModuleEvaluate, in order to turn it off a bit of duplication was needed. This bug tracks the removal of that once https://github.com/whatwg/html/pull/4352is merged.

There is a problem remaining. There are intermittent failures in https://bugzilla.mozilla.org/show_bug.cgi?id=1665330, which will be solved separately.

Back to Bug 1676612 Comment 0