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

Side by Side Diff: LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt

Issue 114043002: Fix issue with selection being lost when InsertListCommand changes the list type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing nit Created 6 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests hang when listifying nested lists with an orphaned list child in betw een (see bug 33668). 1 This tests hang when listifying nested lists with an orphaned list child in betw een (see bug 33668).
2 | " 2 | "
3 " 3 "
4 | <ol> 4 | <ol>
5 | <ol> 5 | <ol>
6 | <li> 6 | <li>
7 | "hello" 7 | "<#selection-anchor>hello"
8 | " 8 | "
9 world 9 world
10 " 10 "
11 | <ol> 11 | <ol>
12 | <li> 12 | <li>
13 | "WebKit" 13 | "WebKit"
14 | <li> 14 | <li>
15 | "rocks" 15 | "rocks"
16 | " 16 | "
17 " 17 "
18 | <ol> 18 | <ol>
19 | <li> 19 | <li>
20 | "because of you<#selection-caret>" 20 | "because of you<#selection-focus>"
21 | " 21 | "
22 " 22 "
23 | " 23 | "
24 " 24 "
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698