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

Unified Diff: LayoutTests/platform/win/fast/forms/suggested-value-expected.txt

Issue 138433002: Add Autofill preview support for <select> input fields (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Initialize m_suggestedIndex in constructor Created 6 years, 9 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
« no previous file with comments | « LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt ('k') | Source/core/css/html.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/fast/forms/suggested-value-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/suggested-value-expected.txt b/LayoutTests/platform/win/fast/forms/suggested-value-expected.txt
index 0b4c74da74d3f4cc9d1cfc7658210bbb3319e7a1..5d0a09280595a8b0cd49ad5cc5d4e0d17b1308ed 100644
--- a/LayoutTests/platform/win/fast/forms/suggested-value-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/suggested-value-expected.txt
@@ -66,6 +66,12 @@ instead of "initial value".
| <div>
| id="inner-editor"
| "suggested value"
+| <select>
+| id="select"
+| <option>
+| "CA"
+| <option>
+| "TX"
| "input.value: initial value"
| "internals.suggestedValue(input): suggested value"
| "input.selectionStart: 0"
@@ -74,3 +80,5 @@ instead of "initial value".
| "internals.suggestedValue(month): 2014-01"
| "textarea.value: initial value"
| "internals.suggestedValue(textarea): suggested value"
+| "select.value: "
+| "internals.suggestedValue(select): TX"
« no previous file with comments | « LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt ('k') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698