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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/background-generated-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/fast/repaint/background-generated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
index 5dcb793ea7ef980bf10423944edbd64f225a86a2..121e30f6ddc2019fe01c6b6a63ac2c1b0857a981 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
@@ -5,14 +5,22 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 208, 100, 100],
- [8, 8, 100, 300],
- [8, 8, 100, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV id='target'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 8, 100, 200],
+ "reason": "border box change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 8, 100, 300],
+ "reason": "border box change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [8, 208, 100, 100],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698