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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt

Issue 2046233002: Revert of Don't include scroll offset in offsetFromLayoutObject for scrolling contents layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/selection/selection-within-composited-scroller-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt
index c82c65500b5e4d2368a67c7ff2b1b0109b6a9cb1..d94e618c086737f5cbc34c972196483aee506560 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt
@@ -25,6 +25,11 @@
"backgroundColor": "#D3D3D3",
"paintInvalidations": [
{
+ "object": "LayoutText #text",
+ "rect": [0, 160, 21, 19],
+ "reason": "selection"
+ },
+ {
"object": "InlineTextBox 'test'",
"reason": "selection"
},
@@ -34,10 +39,6 @@
},
{
"object": "LayoutBlockFlow DIV id='target'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
"reason": "selection"
}
],

Powered by Google App Engine
This is Rietveld 408576698