WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 18762
243127
onload load resources in different order from other browsers
https://bugs.webkit.org/show_bug.cgi?id=243127
Summary
onload load resources in different order from other browsers
Ahmad Saleem
Reported
2022-07-22 18:05:55 PDT
Hi Team, Once again, I was deep diving into Mozilla Bugzilla for onload test cases and noted another bug, where the loading event sequences is different in Safari compared to other browsers (Chrome Canary 105 and Firefox Nightly 104). NOTE - All of these testing across browsers is done in Private / Incognito to avoid any cache issues in loading. *** STEPS TO REPRODUCE *** 1. Load following test case URL -
https://bug517987.bmoattachments.org/attachment.cgi?id=401942
ACTUAL RESULT: Frame sequence is -> window, image, image, window EXPECTED RESULT: Frame sequence should be like other browsers -> image, window, image, window _______ Sample Output from Chrome Canary 105: Image onload, frame-one Window onload, frame-one Image onload, frame-two Window onload, frame-two Sample Output from Safari 15.6 on macOS 12.5: Window onload, frame-two Image onload, frame-one Image onload, frame-two Window onload, frame-one I am not sure on spec but I think we should match our frame loading sequence with other browsers. If it is not a bug, then please mark it accordingly. Thanks!
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Sneddon [:gsnedders]
Comment 1
2022-07-23 08:35:11 PDT
*** This bug has been marked as a duplicate of
bug 18762
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug