Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLOutputElement / htmloutputelement-expected.txt
blob4f7e2b8ac18aedc242126c059aefd73ef46e01ad
1 Tests for content attributes of the output element.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS output1.type is "output"
7 PASS output1.name is "output1"
8 PASS output1.value is "A value"
9 PASS output1.defaultValue is "A value"
10 PASS output2.htmlFor.length is 1
11 PASS output2.htmlFor[0] is "for-target1"
12 PASS output2.htmlFor.value is "for-target1"
13 PASS output3.htmlFor.length is 2
14 PASS output3.htmlFor[0] is "for-target1"
15 PASS output3.htmlFor[1] is "for-target2"
16 PASS output3.htmlFor.value is " for-target1 for-target2 "
17 PASS successfullyParsed is true
19 TEST COMPLETE
20  A value