[Webkit-unassigned] [Bug 209261] Deferred scripts should wait for stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 11:17:42 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=209261

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
I took the test case from WHATWG and changed it into JSFiddle:

Link - https://jsfiddle.net/1hqr2spL/

These are results across all browsers:

*** Safari 15.6 on macOS 12.5 ***

before: rgb(255, 0, 0)
after: rgb(255, 0, 0)
load: rgb(255, 0, 0)

*** Firefox Nightly 105 ***

before:rgb(255, 0, 0)
after:rgb(255, 0, 0)
load:rgb(255, 0, 0)

*** Chrome Canary 106 ***

before:rgb(255, 0, 0)
after:rgb(255, 0, 0)
load:rgb(255, 0, 0)

_______

Is something else needed here? 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/20220812/abaf72d2/attachment.htm>


More information about the webkit-unassigned mailing list