| Index: LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt b/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| index 321e0aa0ded0995042c1db387a830a8d6569b097..1df61b4b01b2eccc8aad5e354a9c3ea505d6a978 100644
|
| --- a/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| @@ -22,8 +22,8 @@ PASS rowsAttributeEffect(" 7") is 7
|
| PASS rowsAttributeEffect(arabicIndicDigitOne) is 2
|
| PASS rowsAttributeEffect("2" + arabicIndicDigitOne) is 2
|
| PASS rowsAttributeEffect("2147483647") is 2147483647
|
| -PASS rowsAttributeEffect("2147483648") is 2
|
| -PASS rowsAttributeEffect("4294967295") is 2
|
| +PASS rowsAttributeEffect("2147483648") is 2147483648
|
| +PASS rowsAttributeEffect("4294967295") is 4294967295
|
| PASS rowsAttributeEffect("4294967296") is 2
|
| PASS successfullyParsed is true
|
|
|
|
|