[Webkit-unassigned] [Bug 88869] renderer should not block on script-inserted stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 13:29:05 PDT 2012


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





--- Comment #22 from Ojan Vafai <ojan at chromium.org>  2012-10-09 13:29:42 PST ---
Created an attachment (id=167836)
 --> (https://bugs.webkit.org/attachment.cgi?id=167836&action=review)
test case for getComputedStyle

Firefox 15 outputs:
appended link
initial font-weight: 400
second font-weight: 400
link loaded
body loaded

WebKit r130046 outputs:
appended link
initial font-weight: normal
second font-weight: bold
link loaded
body loaded

So, it looks like we can get away with treating these loads as truly async, e.g. getComputedStyle doesn't block on the stylesheet loading.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list