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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-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/invalidation-rect-includes-newline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt
index 37ad31d3d807f5857c71f197b049e4132b5df4c1..2f2a5c05a6a59d4557fbc1fc4a35e1a38f2a1898 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt
@@ -9,12 +9,7 @@
{
"object": "LayoutText #text",
"rect": [8, 8, 48, 33],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 8, 48, 32],
- "reason": "selection"
+ "reason": "bounds change"
}
]
}
@@ -34,27 +29,15 @@
},
{
"object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'xx'",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'y'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'xx'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'y'",
- "reason": "full"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698