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

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

Issue 8336009: Merge 97351 - REGRESSION(r89915): <input type=email multiple> don't show the default value (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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 Tests for value sanitization algorithm. 1 Tests for value sanitization algorithm.
2 2
3 3
4 Email with multiple:
5 PASS input.value is "tkent@chromium.org,tkent@example.!!!"
6 Email without multiple:
7 PASS input.value is " tkent@chromium.org, tkent@example.*** "
8
4 Number: 9 Number:
5 PASS input.value is "65536" 10 PASS input.value is "65536"
6 PASS input.value = "256"; input.value is "256" 11 PASS input.value = "256"; input.value is "256"
7 PASS input.value = ""; input.value is "" 12 PASS input.value = ""; input.value is ""
8 13
9 Range: 14 Range:
10 PASS input.value is "50" 15 PASS input.value is "50"
11 16
12 Text: 17 Text:
13 PASS input.value is " foo bar " 18 PASS input.value is " foo bar "
14 PASS document.getSelection().toString() is " foo bar " 19 PASS document.getSelection().toString() is " foo bar "
15 PASS successfullyParsed is true 20 PASS successfullyParsed is true
16 21
17 TEST COMPLETE 22 TEST COMPLETE
18 23
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-value-sanitization.html ('k') | Source/WebCore/html/ColorInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698