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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
index 4d0c340d806d07e298d205fc8cd13229d1c96e5b..ed0f6035836030bbe94041fbcde6a14d10278f7a 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutText #text",
"rect": [11, 33, 79, 18],
- "reason": "selection"
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [11, 11, 61, 18],
+ "rect": [11, 33, 79, 18],
"reason": "selection"
},
{
"object": "LayoutText #text",
- "rect": [85, 33, 5, 18],
- "reason": "incremental"
+ "rect": [11, 11, 61, 18],
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [67, 11, 5, 18],
- "reason": "incremental"
+ "rect": [11, 11, 61, 18],
+ "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