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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-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-for-vertical-lr-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt
index 396847a3bb5dfae55e1debe4c7044e8826d1e830..cdb0a794045b5ee21d7f2ec3eb4b849ed2b2f2eb 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt
@@ -9,12 +9,7 @@
{
"object": "LayoutText #text",
"rect": [7, 8, 33, 48],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 8, 32, 48],
- "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