Bug 277948
| Summary: | WebKit can fire the load event before JS module starts executing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rob Buis <rbuis> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | basuke, beidson, d, pgriffis, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Rob Buis
I am not sure how often it happens, but for example the WPT test navigation-api/ordering-and-transition/anchor-download-intercept.html, and many more in that subdir, shows the problem where the load event has been fired before the JS module starts executing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/134246816>
Patrick Griffis
To add context this was migrated from here: https://github.com/web-platform-tests/wpt/pull/47323
Where you can see various tests under `navigation-api/ordering-and-transition/` depend on this behavior.
Basuke Suzuki
*** This bug has been marked as a duplicate of bug 296649 ***