| Index: LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
|
| diff --git a/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt b/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
|
| index 4269b3e0e6b0b8a3d0ac4570897403fa18573bb2..ca657a51edf11b23e9779f70529bb871422eb987 100644
|
| --- a/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
|
| +++ b/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
|
| @@ -15,14 +15,14 @@ Type '1' additionally. The element becomes valid.
|
| PASS colorOf(number) is not invalidStyleColor
|
| PASS number.validity.badInput is false
|
| PASS number.value is "-1"
|
| -Type 'a' additionally. The element becomes badInput again.
|
| +Type '-' additionally. The element becomes badInput again.
|
| PASS colorOf(number) is invalidStyleColor
|
| PASS number.validity.badInput is true
|
| PASS number.value is ""
|
| The element losts focus. The element state should not be changed.
|
| PASS colorOf(number) is invalidStyleColor
|
| PASS number.validity.badInput is true
|
| -PASS document.getSelection().toString() is "-1a"
|
| +PASS document.getSelection().toString() is "-1-"
|
| PASS number.value is ""
|
| The element losts a renderer. The element state should not be changed.
|
| PASS number.style.display = "none"; number.validity.badInput is true
|
|
|