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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt

Issue 2260013002: Auto-rebaseline for r412915 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt
index 10aa3fafd21c043fa85180f7d3bc6869a0a4802b..520d9dfeac59b0a773b5494794e4cb6257dc0990 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.txt
@@ -6,7 +6,29 @@
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='item2' class='item2'",
+ "rect": [100, 52, 100, 300],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='item1' class='item1'",
+ "rect": [0, 52, 100, 300],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='item1' class='item1'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='item2' class='item2'",
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698