Closed Bug 281478 Opened 20 years ago Closed 20 years ago

Save Page As does not save CSS-files imported from other CSS-files

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 126309

People

(Reporter: creap0, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

When doing a Save Page As on any site which first grabs a style sheet with a
<link rel="stylesheet" href="/css/home.css" type="text/css" media="screen" />
and then inside that CSS file adds @import rules to get more CSS files, only the
first CSS file gets downloaded by Firefox. This also applies to
http://digital-web.com/ (http://digital-web.com/css/home.css only contains
@import rules, as you can see, and none of them gets downloaded).

Reproducible: Always

Steps to Reproduce:
1. Visit any site with @import rules inside linked/imported CSS files.
2. File / Save Page As / (Web page, complete)
3. Open the htm-doc in your browser, or check the "<title>_files" folder.

Actual Results:  
The files @imported through the external CSS files did not get downloaded, so
many are totally stripped of their entire layout. Others just miss some elements.

Expected Results:  
Downloaded all CSS files, even if they are @imported from external CSS files
themselves.

*** This bug has been marked as a duplicate of 126309 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.