Bug 40666

Summary: (Needs test) HTML5PreloadScanner needs CSS @import scanning
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, koivisto, skyul, tonyg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

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