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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-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/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
index 13152be241c245a5fce51f00f1df7223654f507a..10c6cfd47f51521fcce6767c01e213798381191f 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
@@ -14,12 +14,12 @@
{
"object": "LayoutTextControl (positioned) TEXTAREA id='textarea'",
"rect": [90, 240, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutTextControl (positioned) TEXTAREA id='textarea'",
"rect": [90, 140, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698