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

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

Issue 7796022: Merge 94586 - REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on c... (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
« no previous file with comments | « LayoutTests/fast/forms/suggested-value.html ('k') | Source/WebCore/WebCore.exp.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test setting a suggested value on an input element. 1 This test setting a suggested value on an input element.
2 The dump below should have the "suggested value" instead of "initial value". 2 The dump below should have the "suggested value" instead of "initial value".
3 | <input> 3 | <input>
4 | id="test" 4 | id="test"
5 | type="text" 5 | type="text"
6 | value="initial value" 6 | value="initial value"
7 | this.value="initial value" 7 | this.value="initial value"
8 | <shadow:root> 8 | <shadow:root>
9 | <div> 9 | <div>
10 | "suggested value" 10 | "suggested value"
11 | "input.value: initial value" 11 | "input.value: initial value"
12 | "internals.suggestedValue(input): suggested value" 12 | "internals.suggestedValue(input): suggested value"
13 | "input.selectionStart: 0" 13 | "input.selectionStart: 0"
14 | "input.selectionEnd: 0" 14 | "input.selectionEnd: 0"
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/suggested-value.html ('k') | Source/WebCore/WebCore.exp.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698