[Webkit-unassigned] [Bug 11839] New: Webarchive fails to save CSS files in @import statements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 15 04:20:22 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11839
Summary: Webarchive fails to save CSS files in @import statements
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at kilzer.net
Summary:
When saving a page in the webarchive format, CSS files appearing in @import
statements are not saved, while CSS files in <link rel="stylesheet> tags are
saved. CSS files appearing in @import statements should also be saved.
Steps to reproduce:
1. Open a test page with an @import statement in Safari. (Will post one to
this bug shortly.)
2. Save the page as a webarchive named: test.webarchive.
3. Open test.webarchive in the Property List Editor application.
4. Review the list of WebSubresources saved in the file.
Expected results:
The CSS file linked in the @import statement should be included in the
webarchive as a WebSubresource.
Actual results:
The CSS file linked in the @import statement is not included in the webarchive
as a WebSubresource.
Regression:
Same bug occurs in Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8L127).
Notes:
The "Activity Window" in Safari lists CSS files from both <link
rel="stylesheet"> tags and @import statements. If this list is kept in the
WebKit framework (as opposed to Safari), perhaps it should be used when
outputting a webarchive instead.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list