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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 HTMLTextAreaElement.wrap reflects the wrap="" attribute.
2 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.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 If wrap attribute is not specified it sould be empty String.
8 PASS textArea.wrap is ''
9
10 Check if it sets warpAttr value hard, should return hard.
11 PASS textArea.wrap is 'hard'
12
13 Check if it sets warpAttr value as soft, should return soft.
14 PASS textArea.wrap is 'soft'
15
16 Check if warpAttr present but no keyVal specified, should return empty String.
17 PASS textArea.wrap is ''
18
19 Check if it sets warpAttr invaild value, should return foo.
20 PASS textArea.wrap is 'foo'
21
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698