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

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

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 output1.defaultValue is "A value"
10 PASS output2.htmlFor.length is 1 10 PASS output2.htmlFor.length is 1
11 PASS output2.htmlFor[0] is "for-target1" 11 PASS output2.htmlFor[0] is "for-target1"
12 PASS output2.htmlFor.value is "for-target1" 12 PASS output2.htmlFor.value is "for-target1"
13 PASS output3.htmlFor.length is 2 13 PASS output3.htmlFor.length is 2
14 PASS output3.htmlFor[0] is "for-target1" 14 PASS output3.htmlFor[0] is "for-target1"
15 PASS output3.htmlFor[1] is "for-target2" 15 PASS output3.htmlFor[1] is "for-target2"
16 PASS output3.htmlFor.value is " for-target1 for-target2 " 16 PASS output3.htmlFor.value is " for-target1 for-target2 "
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 A value 20 A value
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698