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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/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 fc1b8fd6de885f61ee4e2048178d2eaa6d5711cc..abe7b4878193220429fd58370e1d402fdb7d0197 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,12 @@
{
"object": "LayoutText #text",
"rect": [11, 35, 74, 19],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [11, 35, 74, 19],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [11, 11, 55, 19],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [11, 11, 55, 19],
- "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