Bug 40666 - (Needs test) HTML5PreloadScanner needs CSS @import scanning
Summary: (Needs test) HTML5PreloadScanner needs CSS @import scanning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 03:26 PDT by Antti Koivisto
Modified: 2012-07-08 22:46 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2010-06-16 03:26:20 PDT
This is a critical performance feature that PreloadScanner has. It is quite common for pages to load their CSS using inline stylesheet instead of <link>. Failing to pick up stylesheets early can delay  first display time significantly.
Comment 1 Adam Barth 2010-06-16 08:33:53 PDT
Yep.  Thanks for filing this bug.
Comment 2 Tony Gentilcore 2011-03-16 10:55:25 PDT
This was taken care of, but it would be nice to have a test for it.
Comment 3 Tony Gentilcore 2011-05-03 03:05:03 PDT
This is tested by:
http://trac.webkit.org/browser/trunk/LayoutTests/fast/preloader/style.html