[Webkit-unassigned] [Bug 209261] Deferred scripts should wait for stylesheets
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 14 15:24:13 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=209261
--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Created attachment 461624
--> https://bugs.webkit.org/attachment.cgi?id=461624&action=review
Test
In a standalone file, WebKit logs:
before: rgb(0, 0, 0)
after: rgb(0, 0, 0)
load: rgb(255, 0, 0)
whereas other browsers log:
before: rgb(255, 0, 0)
after: rgb(255, 0, 0)
load: rgb(255, 0, 0)
--
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/20220814/71609913/attachment.htm>
More information about the webkit-unassigned
mailing list