| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 4aaf56bfab85abfe8fb4d4b841e8a9566d5dd275..8a44fe44f8448b4120053041f5601c4642993a77 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -1424,10 +1424,6 @@ Color RenderStyle::colorIncludingFallback(int colorProperty, bool visitedLink) c
|
| if (!result.isCurrentColor())
|
| return result.color();
|
|
|
| - // FIXME: Treating styled borders with initial color differently causes problems
|
| - // See crbug.com/316559, crbug.com/276231
|
| - if (!visitedLink && (borderStyle == INSET || borderStyle == OUTSET || borderStyle == RIDGE || borderStyle == GROOVE))
|
| - return Color(238, 238, 238);
|
| return visitedLink ? visitedLinkColor() : color();
|
| }
|
|
|
|
|