| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| deleted file mode 100644
|
| index 1df61b4b01b2eccc8aad5e354a9c3ea505d6a978..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -HTMLTextAreaElement rows attribute test
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS document.createElement("textarea").rows is 2
|
| -PASS rowsAttributeEffect("") is 2
|
| -PASS rowsAttributeEffect("1") is 1
|
| -PASS rowsAttributeEffect("2") is 2
|
| -PASS rowsAttributeEffect("10") is 10
|
| -PASS rowsAttributeEffect("0") is 2
|
| -PASS rowsAttributeEffect("-1") is 2
|
| -PASS rowsAttributeEffect("1x") is 1
|
| -PASS rowsAttributeEffect("1.") is 1
|
| -PASS rowsAttributeEffect("1.9") is 1
|
| -PASS rowsAttributeEffect("2x") is 2
|
| -PASS rowsAttributeEffect("2.") is 2
|
| -PASS rowsAttributeEffect("2.9") is 2
|
| -PASS rowsAttributeEffect("a") is 2
|
| -PASS rowsAttributeEffect("7") is 2
|
| -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 2147483648
|
| -PASS rowsAttributeEffect("4294967295") is 4294967295
|
| -PASS rowsAttributeEffect("4294967296") is 2
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|