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

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: Improving code styling 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
« no previous file with comments | « LayoutTests/fast/repaint/background-currentColor-repaint.html ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 69%
copy from LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
copy to LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
index bb05554c3a8b2bac724d3a9374590dc27d4ea9fe..1c00f057c24f3ce199596f2585541dda98962f89 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='div1'",
+ "LayoutBlockFlow DIV id='div2'"
]
}
]
« no previous file with comments | « LayoutTests/fast/repaint/background-currentColor-repaint.html ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698