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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-expected.txt
index cd3d5ff50b71f354ef6fd227390237fd5e508e81..115d2791b6f64e5f91d9e77b8c4e13cdbf44e4a6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-expected.txt
@@ -8,23 +8,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "rect": [19, 295, 200, 32],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [19, 135, 200, 32],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [19, 307, 200, 20],
- "reason": "incremental"
+ "rect": [19, 239, 200, 88],
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [19, 147, 200, 20],
- "reason": "incremental"
+ "rect": [19, 79, 200, 88],
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow DIV id='b'",
@@ -42,7 +32,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow DIV id='a'",
@@ -50,7 +40,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow DIV id='b'",

Powered by Google App Engine
This is Rietveld 408576698