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 |
- |