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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/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/linux/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
index 2e02823347caa691c52290ee11614c85ee1eb5ea..40af8a0cc3ff18c8abb3d32e2bfecc4827ca7965 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
@@ -24,12 +24,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"
}
]
}
@@ -41,11 +41,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