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

Side by Side Diff: LayoutTests/fast/forms/suggested-value-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 | id="textarea" 64 | id="textarea"
65 | this.value="initial value" 65 | this.value="initial value"
66 | <shadow:root> 66 | <shadow:root>
67 | <div> 67 | <div>
68 | id="inner-editor" 68 | id="inner-editor"
69 | "suggested value" 69 | "suggested value"
70 | <select> 70 | <select>
71 | id="select" 71 | id="select"
72 | <option> 72 | <option>
73 | "CA" 73 | "CA"
74 | <shadow:root>
75 | "CA"
74 | <option> 76 | <option>
75 | "TX" 77 | "TX"
78 | <shadow:root>
79 | "TX"
80 | <shadow:root>
81 | <content>
82 | select="option,optgroup"
76 | "input.value: initial value" 83 | "input.value: initial value"
77 | "internals.suggestedValue(input): suggested value" 84 | "internals.suggestedValue(input): suggested value"
78 | "input.selectionStart: 0" 85 | "input.selectionStart: 0"
79 | "input.selectionEnd: 0" 86 | "input.selectionEnd: 0"
80 | "month.value: " 87 | "month.value: "
81 | "internals.suggestedValue(month): 2014-01" 88 | "internals.suggestedValue(month): 2014-01"
82 | "textarea.value: initial value" 89 | "textarea.value: initial value"
83 | "internals.suggestedValue(textarea): suggested value" 90 | "internals.suggestedValue(textarea): suggested value"
84 | "select.value: " 91 | "select.value: "
85 | "internals.suggestedValue(select): TX" 92 | "internals.suggestedValue(select): TX"
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/listbox-tap.html ('k') | LayoutTests/fast/scroll-behavior/listbox-scrollTop.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698