[Webkit-unassigned] [Bug 28328] javascript execution sequence.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 16 16:03:58 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=28328
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #12 from Ahmad Saleem <zlip.792 at gmail.com> ---
Based on attached test case from URL Field, please refer to results across browsers:
*** Safari Technology Preview 151 ***
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
1
2
3
5
4
6
7
8
9
0
Remained same in refresh on second load.
*** Safari 15.6 on macOS 12.5 ***
In Private Window - First Load:
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
2
7
3
5
4
1
6
9
8
0
Refresh - Second Load:
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
1
2
3
4
5
6
7
8
9
*** Chrome Canary 106 ***
In Private Mode - First Load:
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
5
2
1
3
6
4
7
8
9
0
Second - Refresh:
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
0
1
2
3
4
5
6
7
8
9
*** Firefox Nightly 105 ***
In Private Window - First Load:
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
1
2
3
4
5
6
9
8
7
0
Second Load - Refresh:
Loading 0.js
Loading 1.js
Loading 2.js
Loading 3.js
Loading 4.js
Loading 5.js
Loading 6.js
Loading 7.js
Loading 8.js
2nd script tag
0
1
2
3
4
5
6
7
8
9
_____
I am not sure on web-spec but just wanted to share updated test results. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220816/a4919695/attachment-0001.htm>
More information about the webkit-unassigned
mailing list