| Index: LayoutTests/fast/forms/number/number-validity-typemismatch-expected.txt
|
| diff --git a/LayoutTests/fast/forms/number/number-validity-typemismatch-expected.txt b/LayoutTests/fast/forms/number/number-validity-typemismatch-expected.txt
|
| index 0df52d1a8c3a775bc819f1f0656f4fb3f1925de5..ec9d7cee66f394d137d6788c7d0df7872c2eaf56 100644
|
| --- a/LayoutTests/fast/forms/number/number-validity-typemismatch-expected.txt
|
| +++ b/LayoutTests/fast/forms/number/number-validity-typemismatch-expected.txt
|
| @@ -5,6 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS "0" is a valid number.
|
| PASS "10" is a valid number.
|
| +PASS " 10" is a valid number.
|
| +PASS "10 " is a valid number.
|
| PASS "01" is a valid number.
|
| PASS "0.2" is a valid number.
|
| PASS ".2" is a valid number.
|
| @@ -18,8 +20,6 @@ PASS "0.12345678901234567890123456789012345678901234567890" is a valid number.
|
| PASS "abc" was sanitized to "".
|
| PASS "0xff" was sanitized to "".
|
| PASS "+1" was sanitized to "".
|
| -PASS " 10" was sanitized to "".
|
| -PASS "10 " was sanitized to "".
|
| PASS "1,2" was sanitized to "".
|
| PASS "1E" was sanitized to "".
|
| PASS "NaN" was sanitized to "".
|
|
|