Bug 18614
| Summary: | webkit fails to override @import "x.css" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jasneet <jasneet> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, jasneet, rniwa, simon.fraser, webkit |
| Priority: | P2 | Keywords: | PlatformOnly |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://www.hixie.ch/tests/adhoc/http/content-type/css/001.html | ||
jasneet
I Steps:
Go to
http://www.hixie.ch/tests/adhoc/http/content-type/css/001.html
II Issue:
<style type="text/css">
@import "001.css";
body { color: green; }
webkit doesn't override @import "001.css"
III Conclusion:
issue with overriding @import "x.css"
IV Other browsers:
IE7: not ok
FF3: ok
Opera9.24: not ok
V Nightly tested: 32005
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Rob Buis
Hi,
This seems to work in ToT.
Cheers,
Rob.
Robert Blaut
I also can confirm that the test case works for me in the latest Webkit r32847 for Mac OS X, but it fails in the latest Webkit r32574 for Windows.
Andrew Wellington
This bug has been fixed. Verified in r34483.
Robert Blaut
(In reply to comment #3)
> This bug has been fixed. Verified in r34483.
>
I cannot confirm. The bug is still visible in the latest Webkit r34752 for Windows.
Ahmad Saleem
I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 and this test case is showing text in green as expected and all other browsers (Chrome Canary 105 and Firefox Nightly 104) are matching with each other.
I think it was fixed along the way and can be marked as 'RESOLVED CONFIGURATION CHANGED'. Thanks!