RESOLVED CONFIGURATION CHANGED 18614
webkit fails to override @import "x.css"
https://bugs.webkit.org/show_bug.cgi?id=18614
Summary webkit fails to override @import "x.css"
jasneet
Reported 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
Attachments
Rob Buis
Comment 1 2008-04-26 13:54:58 PDT
Hi, This seems to work in ToT. Cheers, Rob.
Robert Blaut
Comment 2 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.
Andrew Wellington
Comment 3 2008-06-10 10:49:32 PDT
This bug has been fixed. Verified in r34483.
Robert Blaut
Comment 4 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.
Ahmad Saleem
Comment 5 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!
Note You need to log in before you can comment on or make changes to this bug.