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

Unified Diff: LayoutTests/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: Created 6 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
« no previous file with comments | « LayoutTests/fast/forms/suggested-value.html ('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/fast/forms/suggested-value-expected.txt
diff --git a/LayoutTests/fast/forms/suggested-value-expected.txt b/LayoutTests/fast/forms/suggested-value-expected.txt
index 5bd1f555d18ce50199c73ffd1ea45c4e8997dd2b..76c0f9332027e1d43d455cfa33c7de152afba5ae 100644
--- a/LayoutTests/fast/forms/suggested-value-expected.txt
+++ b/LayoutTests/fast/forms/suggested-value-expected.txt
@@ -17,9 +17,18 @@ 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"
| "input.selectionEnd: 0"
| "textarea.value: initial value"
| "internals.suggestedValue(textarea): suggested value"
+| "select.value: TX"
tkent 2014/01/14 23:55:08 The value must not be changed even when the sugges
+| "internals.originalValue(select): "
+| "internals.suggestedValue(select): TX"
« no previous file with comments | « LayoutTests/fast/forms/suggested-value.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698