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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/form-method-dialog-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 form submission with method=dialog 1 Tests form submission with method=dialog
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 Clicking outer-submit-empty-string 6 Clicking outer-submit-empty-string
7 PASS outer; dialog.open is false 7 PASS outer; dialog.open is false
8 PASS outer; dialog.returnValue is "" 8 PASS outer; dialog.returnValue is ""
9 PASS inner; dialog.open is true 9 PASS inner; dialog.open is true
10 PASS inner; dialog.returnValue is "init" 10 PASS inner; dialog.returnValue is "init"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 PASS outer; dialog.returnValue is "init" 86 PASS outer; dialog.returnValue is "init"
87 PASS inner; dialog.open is false 87 PASS inner; dialog.open is false
88 PASS inner; dialog.returnValue is "10,5" 88 PASS inner; dialog.returnValue is "10,5"
89 PASS host; dialog.open is true 89 PASS host; dialog.open is true
90 PASS host; dialog.returnValue is "init" 90 PASS host; dialog.returnValue is "init"
91 PASS successfullyParsed is true 91 PASS successfullyParsed is true
92 92
93 TEST COMPLETE 93 TEST COMPLETE
94 94
95 95
96 96
97 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698