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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textarea-wrap-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/forms/textarea-wrap-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea-wrap-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/textarea-wrap-attribute-expected.txt
deleted file mode 100644
index d6900155b96c3ad4a42553c02ef19ac696e40434..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/textarea-wrap-attribute-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-HTMLTextAreaElement.wrap reflects the wrap="" attribute.
-It is not "limited to only known values", and it is a DOMString attribute which means it just returns the content attributes's value directly.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-If wrap attribute is not specified it sould be empty String.
-PASS textArea.wrap is ''
-
-Check if it sets warpAttr value hard, should return hard.
-PASS textArea.wrap is 'hard'
-
-Check if it sets warpAttr value as soft, should return soft.
-PASS textArea.wrap is 'soft'
-
-Check if warpAttr present but no keyVal specified, should return empty String.
-PASS textArea.wrap is ''
-
-Check if it sets warpAttr invaild value, should return foo.
-PASS textArea.wrap is 'foo'
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698