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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/platform/linux/paint/invalidation/border-radius-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/border-radius-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/border-radius-repaint-expected.txt
index a58cc12325b5328e0d51a2965812341ab86d40ab..6a180dbf48d7fb2e724361c071920bca157a0f30 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/border-radius-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/border-radius-repaint-expected.txt
@@ -8,23 +8,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "rect": [19, 301, 200, 32],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [19, 139, 200, 32],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [19, 313, 200, 20],
- "reason": "incremental"
+ "rect": [19, 245, 200, 88],
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [19, 151, 200, 20],
- "reason": "incremental"
+ "rect": [19, 83, 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