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

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

Issue 801283003: Regression: Add back support for hr elements in select listbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 | <option> 72 | <option>
73 | "CA" 73 | "CA"
74 | <shadow:root> 74 | <shadow:root>
75 | "CA" 75 | "CA"
76 | <option> 76 | <option>
77 | "TX" 77 | "TX"
78 | <shadow:root> 78 | <shadow:root>
79 | "TX" 79 | "TX"
80 | <shadow:root> 80 | <shadow:root>
81 | <content> 81 | <content>
82 | select="option,optgroup" 82 | select="option,optgroup,hr"
83 | "input.value: initial value" 83 | "input.value: initial value"
84 | "internals.suggestedValue(input): suggested value" 84 | "internals.suggestedValue(input): suggested value"
85 | "input.selectionStart: 0" 85 | "input.selectionStart: 0"
86 | "input.selectionEnd: 0" 86 | "input.selectionEnd: 0"
87 | "month.value: " 87 | "month.value: "
88 | "internals.suggestedValue(month): 2014-01" 88 | "internals.suggestedValue(month): 2014-01"
89 | "textarea.value: initial value" 89 | "textarea.value: initial value"
90 | "internals.suggestedValue(textarea): suggested value" 90 | "internals.suggestedValue(textarea): suggested value"
91 | "select.value: " 91 | "select.value: "
92 | "internals.suggestedValue(select): TX" 92 | "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