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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-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/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
index 912d4598cb6a254e21f4dc1279c10b4b5e69ed8c..fc1b8fd6de885f61ee4e2048178d2eaa6d5711cc 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutText #text",
"rect": [11, 35, 74, 19],
- "reason": "selection"
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [11, 11, 55, 19],
+ "rect": [11, 35, 74, 19],
"reason": "selection"
},
{
"object": "LayoutText #text",
- "rect": [81, 35, 4, 19],
- "reason": "incremental"
+ "rect": [11, 11, 55, 19],
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [62, 11, 4, 19],
- "reason": "incremental"
+ "rect": [11, 11, 55, 19],
+ "reason": "selection"
}
]
}
@@ -56,11 +56,11 @@
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'First cell'",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "LayoutTableCell TD id='secondCell'",
@@ -76,11 +76,11 @@
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'Second cell'",
- "reason": "incremental"
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698