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

Side by Side Diff: LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt

Issue 178253006: Output Element defaultValue should be based on textContent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Flag holding textContent value setting removed Created 6 years, 9 months 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
1 Tests for content attributes of the output element. 1 Tests for content attributes of the output element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS output1.type is "output" 6 PASS output1.type is "output"
7 PASS output1.name is "output1" 7 PASS output1.name is "output1"
8 PASS output1.value is "A value" 8 PASS output1.value is "A value"
9 PASS output1.defaultValue is "A value"
9 PASS output2.htmlFor.length is 1 10 PASS output2.htmlFor.length is 1
10 PASS output2.htmlFor[0] is "for-target1" 11 PASS output2.htmlFor[0] is "for-target1"
11 PASS output2.htmlFor.value is "for-target1" 12 PASS output2.htmlFor.value is "for-target1"
12 PASS output3.htmlFor.length is 2 13 PASS output3.htmlFor.length is 2
13 PASS output3.htmlFor[0] is "for-target1" 14 PASS output3.htmlFor[0] is "for-target1"
14 PASS output3.htmlFor[1] is "for-target2" 15 PASS output3.htmlFor[1] is "for-target2"
15 PASS output3.htmlFor.value is " for-target1 for-target2 " 16 PASS output3.htmlFor.value is " for-target1 for-target2 "
16 PASS successfullyParsed is true 17 PASS successfullyParsed is true
17 18
18 TEST COMPLETE 19 TEST COMPLETE
19 A value 20 A value
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html ('k') | Source/core/html/HTMLOutputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698