Updates:
        Status: WontFix

Comment #2 on issue 7008 by [email protected]: Browser starts loading images  
before DOMContentLoaded is triggered
http://code.google.com/p/chromium/issues/detail?id=7008

DOMContentLoaded isn't guaranteed to fire before images have started  
loading. Browsers optimize
and start loading images as soon as possible, a behavior we won't be able  
to (and don't want
to) change.

Chrome's user script support now has an attribute you can use to run  
scripts before any HTML is
parsed and work around this problem. Use it like this:

@run-at document-start

You can create a style element at that point and add the CSS then.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to