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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This test setting suggested values on an input element 1 This test setting suggested values on an input element
2 and a textarea element. The dump below should have the "suggested value" 2 and a textarea element. The dump below should have the "suggested value"
3 instead of "initial value". 3 instead of "initial value".
4 | <input> 4 | <input>
5 | id="test" 5 | id="test"
6 | type="text" 6 | type="text"
7 | value="initial value" 7 | value="initial value"
8 | this.value="initial value" 8 | this.value="initial value"
9 | <shadow:root> 9 | <shadow:root>
10 | <div> 10 | <div>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 | id="picker" 59 | id="picker"
60 | pseudo="-webkit-calendar-picker-indicator" 60 | pseudo="-webkit-calendar-picker-indicator"
61 | shadow:pseudoId="-webkit-calendar-picker-indicator" 61 | shadow:pseudoId="-webkit-calendar-picker-indicator"
62 | <textarea> 62 | <textarea>
63 | id="textarea" 63 | id="textarea"
64 | this.value="initial value" 64 | this.value="initial value"
65 | <shadow:root> 65 | <shadow:root>
66 | <div> 66 | <div>
67 | id="inner-editor" 67 | id="inner-editor"
68 | "suggested value" 68 | "suggested value"
69 | <select>
70 | id="select"
71 | <option>
72 | "CA"
73 | <option>
74 | "TX"
69 | "input.value: initial value" 75 | "input.value: initial value"
70 | "internals.suggestedValue(input): suggested value" 76 | "internals.suggestedValue(input): suggested value"
71 | "input.selectionStart: 0" 77 | "input.selectionStart: 0"
72 | "input.selectionEnd: 0" 78 | "input.selectionEnd: 0"
73 | "month.value: " 79 | "month.value: "
74 | "internals.suggestedValue(month): 2014-01" 80 | "internals.suggestedValue(month): 2014-01"
75 | "textarea.value: initial value" 81 | "textarea.value: initial value"
76 | "internals.suggestedValue(textarea): suggested value" 82 | "internals.suggestedValue(textarea): suggested value"
83 | "select.value: "
84 | "internals.suggestedValue(select): TX"
OLDNEW
« 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