Bug 40666
| Summary: | (Needs test) HTML5PreloadScanner needs CSS @import scanning | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
| Component: | Page Loading | Assignee: | 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 | ||
Antti Koivisto
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Barth
Yep. Thanks for filing this bug.
Tony Gentilcore
This was taken care of, but it would be nice to have a test for it.
Tony Gentilcore
This is tested by:
http://trac.webkit.org/browser/trunk/LayoutTests/fast/preloader/style.html