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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/css3/flexbox/repaint-during-resize-no-flex-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
index f64d76ed4ca67a1d9b6b7382630706b9e67bf1a7..a942d94e52375b6ba704ef692d8e9496468af023 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
@@ -5,17 +5,32 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [160, 20, 10, 50],
- [120, 20, 10, 50],
- [110, 20, 10, 50],
- [70, 20, 10, 50],
- [30, 20, 40, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
- "LayoutBlockFlow DIV class='flex-item'",
- "LayoutBlockFlow DIV class='flex-item'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV class='flex-item'",
+ "rect": [70, 20, 10, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='flex-item'",
+ "rect": [110, 20, 10, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='flex-item'",
+ "rect": [120, 20, 10, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='flex-item'",
+ "rect": [160, 20, 10, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
+ "rect": [30, 20, 40, 50],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698