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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/win/paint/invalidation/textarea-caret-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
index db45a5d76c88862550e99dc9cd94d5f9e651ad52..3e70f48fecfea18d3a94c5b8cd2de3b9ec455c2d 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
@@ -19,12 +19,12 @@
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [9, 30, 164, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [173, 30, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -36,11 +36,11 @@
},
{
"object": "LayoutTextControl TEXTAREA id='editor'",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='inner-editor'",

Powered by Google App Engine
This is Rietveld 408576698