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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/paint/invalidation/textarea-caret-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/textarea-caret-expected.txt
index 374b4dd9103a44e6b3201b3524c0ab8480dd5d6a..2b5b866b17c6dd9ac7408ed4f0a8e6324b5b52c7 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/textarea-caret-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/textarea-caret-expected.txt
@@ -14,7 +14,7 @@
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [9, 24, 124, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutText #text",
@@ -24,12 +24,12 @@
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [133, 24, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [133, 9, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -41,19 +41,19 @@
},
{
"object": "LayoutTextControl TEXTAREA id='editor'",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutTextControl TEXTAREA id='editor'",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='inner-editor'",

Powered by Google App Engine
This is Rietveld 408576698