| Index: LayoutTests/fast/forms/input-value-sanitization-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/forms/input-value-sanitization-expected.txt (revision 97687)
|
| +++ LayoutTests/fast/forms/input-value-sanitization-expected.txt (working copy)
|
| @@ -1,6 +1,11 @@
|
| Tests for value sanitization algorithm.
|
|
|
|
|
| +Email with multiple:
|
| +PASS input.value is "tkent@chromium.org,tkent@example.!!!"
|
| +Email without multiple:
|
| +PASS input.value is " tkent@chromium.org, tkent@example.*** "
|
| +
|
| Number:
|
| PASS input.value is "65536"
|
| PASS input.value = "256"; input.value is "256"
|
|
|