| Index: Source/core/rendering/RenderFieldset.cpp
|
| diff --git a/Source/core/rendering/RenderFieldset.cpp b/Source/core/rendering/RenderFieldset.cpp
|
| index 17fd5dce1d18a96a2fcf99c6da6d4bfecf00d6f7..7c01b0e1937ff4a068eb1a9859a17e9fb7f06ef1 100644
|
| --- a/Source/core/rendering/RenderFieldset.cpp
|
| +++ b/Source/core/rendering/RenderFieldset.cpp
|
| @@ -160,7 +160,7 @@ void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint
|
|
|
| if (!boxShadowShouldBeAppliedToBackground(determineBackgroundBleedAvoidance(paintInfo.context)))
|
| paintBoxShadow(paintInfo, paintRect, style(), Normal);
|
| - paintFillLayers(paintInfo, style()->visitedDependentColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), paintRect);
|
| + paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), paintRect);
|
| paintBoxShadow(paintInfo, paintRect, style(), Inset);
|
|
|
| if (!style()->hasBorder())
|
|
|