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

Side by Side Diff: LayoutTests/editing/execCommand/indent-pre-list-expected.txt

Issue 67063005: Fixing indent/outdent for <li> elements containing children spanning across (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modifications as per review comments Created 7 years, 1 month 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 1
2 Indenting: 2 Indenting:
3 | " 3 | "
4 " 4 "
5 | <pre> 5 | <pre>
6 | <ul> 6 | <ul>
7 | <li> 7 | <li>
8 | "<#selection-anchor>hello<#selection-focus>" 8 | "<#selection-anchor>hello<#selection-focus>"
9 | " 9 | "
10 " 10 "
(...skipping 23 matching lines...) Expand all
34 " 34 "
35 35
36 yields: 36 yields:
37 | " 37 | "
38 " 38 "
39 | <pre> 39 | <pre>
40 | <ul> 40 | <ul>
41 | <ul> 41 | <ul>
42 | <li> 42 | <li>
43 | "<#selection-anchor>hello" 43 | "<#selection-anchor>hello"
44 | <li> 44 | "
45 "
45 | "world<#selection-focus>" 46 | "world<#selection-focus>"
46 | " 47 | "
47 " 48 "
48 | " 49 | "
49 " 50 "
50 51
51 Indenting: 52 Indenting:
52 | " 53 | "
53 " 54 "
54 | <ul> 55 | <ul>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 | <li> 155 | <li>
155 | <pre> 156 | <pre>
156 | "hello 157 | "hello
157 world 158 world
158 " 159 "
159 | <blockquote> 160 | <blockquote>
160 | style="margin: 0 0 0 40px; border: none; padding: 0px;" 161 | style="margin: 0 0 0 40px; border: none; padding: 0px;"
161 | "<#selection-anchor>webki<#selection-focus>t" 162 | "<#selection-anchor>webki<#selection-focus>t"
162 | " 163 | "
163 " 164 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698