RESOLVED DUPLICATE of bug 14651 14583
[GDK] file:// relative CSS include URLs handled incorrectly
https://bugs.webkit.org/show_bug.cgi?id=14583
Summary [GDK] file:// relative CSS include URLs handled incorrectly
Alp Toker
Reported 2007-07-11 08:26:21 PDT
When linking to a CSS stylesheet in a subdirectory ("styles/style.css"), if that CSS file imports "style2.css" (@import url(style2.css);) WebKit/Gtk+ looks for style2.css in the same directory as the original HTML file. The expected behaviour (seen in Firefox, WebKit/Mac and WebKit/Gtk+ using the http:// backend) would be for it to load "styles/style2.css", not "style2.css".
Attachments
Test case (877 bytes, application/x-gzip)
2007-07-11 08:27 PDT, Alp Toker
no flags
Alp Toker
Comment 1 2007-07-11 08:27:41 PDT
Created attachment 15473 [details] Test case This test case has a red background to indicate broken behaviour, or a green background to indicate correct behaviour.
Holger Freyther
Comment 2 2007-09-10 13:39:22 PDT
This is a issue with the CURL implementation of ResourceHandle,ResourceHandleManager.
Alp Toker
Comment 3 2007-12-08 06:48:10 PST
*** This bug has been marked as a duplicate of 14651 ***
Note You need to log in before you can comment on or make changes to this bug.