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

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

Issue 7768005: Merge 94637 - REGRESSION(r94274): The inner text value of an input element is not updated when in... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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 a value clears suggested value. 1 This test setting a value clears suggested value.
2 2
3 After setting suggestedValue: 3 After setting suggestedValue:
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 10 matching lines...) Expand all
21 | value="initial value" 21 | value="initial value"
22 | this.value="new value" 22 | this.value="new value"
23 | <shadow:root> 23 | <shadow:root>
24 | <div> 24 | <div>
25 | "new value" 25 | "new value"
26 | "input.value: new value" 26 | "input.value: new value"
27 | "internals.suggestedValue(input): " 27 | "internals.suggestedValue(input): "
28 | "input.selectionStart: 9" 28 | "input.selectionStart: 9"
29 | "input.selectionEnd: 9" 29 | "input.selectionEnd: 9"
30 | "PASS" 30 | "PASS"
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/suggested-value-after-setvalue.html ('k') | Source/WebCore/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698