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

Side by Side Diff: LayoutTests/editing/execCommand/switch-multiple-list-items-expected.txt

Issue 5536001: Merge 73052 - 2010-12-01 Ryosuke Niwa <rniwa@webkit.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 This tests switching the list type of multiple list items at once. WebKit should not crash. 1 This tests switching the list type of multiple list items at once. WebKit should not crash.
2 2
3 One, Two, and Three should all be in a single ol, each followed by a single br.: 3 One, Two, and Three should all be in a single ol, each followed by a single br.:
4 | <ol> 4 | <ol>
5 | <li> 5 | <li>
6 | "<#selection-anchor>One" 6 | "<#selection-anchor>One"
7 | <br> 7 | <br>
8 | <li> 8 | <li>
9 | "Two" 9 | "Two"
10 | <br> 10 | <br>
11 | <li> 11 | <li>
12 | "Three<#selection-focus>" 12 | "Three<#selection-focus>"
13 | <br> 13 | <br>
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/switch-multiple-list-items-crash-expected.txt ('k') | WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698