Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute-expected.txt

Issue 1524663002: Move textarea-related tests to fast/forms/textarea/, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698