[Webkit-unassigned] [Bug 12214] REGRESSION: css image with relative path is not loaded, when both base element and dir attribute in the html tag are present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 14 18:49:31 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12214


zbujtas at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13178|                            |review?(darin at apple.com)
               Flag|                            |
  Attachment #13156|0                           |1
        is obsolete|                            |




------- Comment #18 from zbujtas at gmail.com  2007-02-14 18:49 PDT -------
Created an attachment (id=13178)
 --> (http://bugs.webkit.org/attachment.cgi?id=13178&action=view)
fix + test cases

I looked into the @import issue and,
- @import inside inline <style (<body style="@import
url(background_image_is_set_here.css);">) is not implemented by anyone.
http://www.w3.org/TR/css-style-attr never made it. it is still working draft. 
- normal @import use case, like <head><style> @import... works without my
patch. I still added this test case with the combination of <base element. I
guess an extra test does not hurt.
-removed the get().


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list