Bug 18614

Summary: webkit fails to override @import "x.css"
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: 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

Description jasneet 2008-04-18 19:22:42 PDT
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
Comment 1 Rob Buis 2008-04-26 13:54:58 PDT
Hi,

This seems to work in ToT.
Cheers,

Rob.
Comment 2 Robert Blaut 2008-05-04 13:23:13 PDT
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. 
Comment 3 Andrew Wellington 2008-06-10 10:49:32 PDT
This bug has been fixed. Verified in r34483.
Comment 4 Robert Blaut 2008-06-24 00:43:58 PDT
(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. 
Comment 5 Ahmad Saleem 2022-07-22 08:55:23 PDT
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!