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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt

Issue 1584683002: INPUT text field: Fix a chopped editing text issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update input-textarea-padding-match.html Created 4 years, 11 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/fast/repaint/change-text-content-and-background-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt
index 14c7ab7705d21f88207d23d3cab468f7bf673bca..bb90eaaf14c5b6835b4d0cdfd15c244d376520a4 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt
@@ -12,11 +12,10 @@
[8, 8, 244, 67]
],
"paintInvalidationClients": [
- "RootInlineBox",
"InlineTextBox ''",
+ "RootInlineBox",
"LayoutTextControl (positioned) INPUT id='input'",
"LayoutBlockFlow DIV id='inner-editor'",
- "RootInlineBox",
"LayoutText #text",
"InlineTextBox 'NEW'"
]

Powered by Google App Engine
This is Rietveld 408576698