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

Unified Diff: LayoutTests/platform/linux/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
Index: LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt b/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt
index 78b65422763be92a662131c0c1986fd38df85441..c18f5bba74c88858495a82cdd995f921495db6e8 100644
--- a/LayoutTests/platform/linux/fast/forms/suggested-value-expected.txt
+++ b/LayoutTests/platform/linux/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/fast/forms/suggested-value-expected.txt ('k') | LayoutTests/platform/win/fast/forms/suggested-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698