Open
Bug 503136
Opened 15 years ago
Updated 2 years ago
view-source does not linkify CSS called with @import
Categories
(Toolkit :: View Source, enhancement)
Toolkit
View Source
Tracking
()
NEW
People
(Reporter: xkiseki, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5
View-source does not linkify external stylesheets called with the @import command.
Reproducible: Always
Steps to Reproduce:
1. Go to website.
2. View source.
Actual Results:
Observe that:
@import 'http://www.actsofvolition.com/packages/yui/reset/reset-min.css';
is not linkified when it should be.
Expected Results:
Any stylesheet url called with @import 'URL'; or @import url( URL ); or otherwise should be linkified.
Component: General → View Source
Product: Firefox → Toolkit
QA Contact: general → view.source
Version: unspecified → 1.9.1 Branch
Blocks: 17612
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: x86 → All
Version: 1.9.1 Branch → Trunk
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•