Bug 39922 - Images in links don't get a border automatically, unlike in other browsers
Summary: Images in links don't get a border automatically, unlike in other browsers
Status: RESOLVED DUPLICATE of bug 18395
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-29 07:59 PDT by Jeff Fortin
Modified: 2010-06-01 16:02 PDT (History)
2 users (show)

See Also:


Attachments
reduced test case (90 bytes, text/html)
2010-06-01 15:50 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Fortin 2010-05-29 07:59:51 PDT
Test case: http://jeff.ecchi.ca/?e=dessins
This works fine with Firefox and IE, but Chromium and Epiphany 2.30 fail to render the borders around the images in that gallery.
Comment 1 Alexey Proskuryakov 2010-06-01 15:50:41 PDT
Created attachment 57602 [details]
reduced test case
Comment 2 Alexey Proskuryakov 2010-06-01 15:54:11 PDT
It's not "1px solid black" - the site has commas in this CSS rule, so the rule is (correctly) ignored. The color you're seeing comes from color rule - in Firefox, the image magically becomes larger inside an anchor element.

I haven't tested IE.
Comment 3 Alexey Proskuryakov 2010-06-01 16:02:40 PDT

*** This bug has been marked as a duplicate of bug 18395 ***