| Index: LayoutTests/fast/forms/input-minmax-expected.txt
|
| diff --git a/LayoutTests/fast/forms/input-minmax-expected.txt b/LayoutTests/fast/forms/input-minmax-expected.txt
|
| index 6574621c5f2aa1a48626ecc6ff77c6bb863ffc8c..52218dd73a4f8acef2657a64ca8e669ba32b55e9 100644
|
| --- a/LayoutTests/fast/forms/input-minmax-expected.txt
|
| +++ b/LayoutTests/fast/forms/input-minmax-expected.txt
|
| @@ -14,12 +14,12 @@ PASS input.getAttribute("max") is "bar"
|
| PASS input.getAttribute("min") is ""
|
| PASS input.getAttribute("max") is ""
|
| Setting null to min:
|
| -PASS input.min is ""
|
| -PASS input.getAttribute("min") is null
|
| +PASS input.min is "null"
|
| +PASS input.getAttribute("min") is "null"
|
| PASS input.min is "null"
|
| Setting null to max:
|
| -PASS input.max is ""
|
| -PASS input.getAttribute("max") is null
|
| +PASS input.max is "null"
|
| +PASS input.getAttribute("max") is "null"
|
| PASS input.max is "null"
|
| Setting undefined to min:
|
| PASS input.min is "undefined"
|
|
|