Index: Source/core/paint/BoxDecorationData.cpp |
diff --git a/Source/core/paint/BoxDecorationData.cpp b/Source/core/paint/BoxDecorationData.cpp |
index 9acda2062b8c4e7f50304e8ccdc2c62edc3660f9..abfb4c9031520ff4ad0ed2b73bd9e17caf6b4e0a 100644 |
--- a/Source/core/paint/BoxDecorationData.cpp |
+++ b/Source/core/paint/BoxDecorationData.cpp |
@@ -57,9 +57,6 @@ BackgroundBleedAvoidance BoxDecorationData::determineBackgroundBleedAvoidance(co |
if (borderObscuresBackgroundEdge(*layoutBox.style())) |
return BackgroundBleedShrinkBackground; |
- if (!hasAppearance && layoutBox.style()->borderObscuresBackground() && layoutBox.backgroundHasOpaqueTopLayer()) |
- return BackgroundBleedBackgroundOverBorder; |
- |
return BackgroundBleedClipLayer; |
} |