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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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/paint/invalidation/border-radius-repaint-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt
index d98d2fe46827660eb1812237275ae8571c485ba4..04692bbe08fc2db82b613b94ed2666861607b625 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt
@@ -29,13 +29,8 @@
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [137, 139, 607, 553],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [137, 144, 607, 548],
- "reason": "incremental"
+ "rect": [137, 88, 607, 604],
+ "reason": "border box change"
}
]
}
@@ -59,7 +54,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698