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

Side by Side Diff: LayoutTests/editing/deleting/delete-and-cleanup-expected.txt

Issue 14969020: Avoid adding placeholder when deleting last text in root (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad TestExpectations behavior and unnecessary results churn. Created 7 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 | Annotate | Revision Log
OLDNEW
1 This test checks that deletion does not leave unnecessary nested divs. 1 This test checks that deletion does not leave unnecessary nested divs.
2 2
3 PASS confirmedMarkup is '<br>' 3 PASS confirmedMarkup is ''
4 PASS confirmedMarkup is '<br>' 4 PASS confirmedMarkup is '<br>'
5 PASS confirmedMarkup is '<div id="mydiv"><br></div>' 5 PASS confirmedMarkup is '<div id="mydiv"><br></div>'
6 PASS confirmedMarkup is '<br>' 6 PASS confirmedMarkup is '<br>'
7 PASS confirmedMarkup is '<b><br></b>' 7 PASS confirmedMarkup is '<b><br></b>'
8 PASS confirmedMarkup is '<b><div style="border: solid red"><br></div></b>' 8 PASS confirmedMarkup is '<b><div style="border: solid red"><br></div></b>'
9 PASS confirmedMarkup is '<br>' 9 PASS confirmedMarkup is '<br>'
10 PASS confirmedMarkup is '<br>' 10 PASS confirmedMarkup is '<br>'
11 PASS confirmedMarkup is '<p><br></p>' 11 PASS confirmedMarkup is '<p><br></p>'
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698