Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt

Issue 1320553004: LayoutObject::adjustStyleDifference doesn't check backgroundColor when repainting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: With fixed layout test Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
diff --git a/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt b/LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
similarity index 68%
copy from LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
copy to LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
index bb05554c3a8b2bac724d3a9374590dc27d4ea9fe..dd8fd1bb9d78ec09c126ed0710d938ddaedf171e 100644
--- a/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
+++ b/LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
@@ -6,10 +6,12 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [8, 108, 100, 100],
[8, 8, 100, 100]
],
"paintInvalidationClients": [
- "LayoutButton BUTTON id='target'"
+ "LayoutBlockFlow DIV id='input1'",
+ "LayoutBlockFlow DIV id='input2'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698