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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl 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 ed0f6035836030bbe94041fbcde6a14d10278f7a..b5ccd810a2e730af18387fc17085c49c31bd2aa5 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,12 @@
{
"object": "LayoutText #text",
"rect": [11, 33, 79, 18],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [11, 33, 79, 18],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [11, 11, 61, 18],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [11, 11, 61, 18],
- "reason": "selection"
+ "reason": "bounds change"
}
]
}
@@ -48,19 +38,11 @@
},
{
"object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'First cell'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'First cell'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD id='secondCell'",
@@ -68,19 +50,11 @@
},
{
"object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'Second cell'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'Second cell'",
- "reason": "full"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698