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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-list-expected.txt

Issue 2328623003: Fix incorrectly positioned block element inside list-style-position:inside item (Closed)
Patch Set: update aria-owns-expected-mac.txt Created 4 years, 3 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 This tests dropping content onto a list items content when the content is wrappe d in a span. You should see 'DropAboveMe DragMe'. See <rdar://4861080>, but not e that the expected behavior is different than what's described there, since the rendering bug <rdar://4907469> has been fixed. 1 This tests dropping content onto a list items content when the content is wrappe d in a span. You should see 'DropAboveMe DragMe'. See <rdar://4861080>, but not e that the expected behavior is different than what's described there, since the rendering bug <rdar://4907469> has been fixed.
2 | " 2 | "
3 " 3 "
4 | <li> 4 | <li>
5 | id="li" 5 | id="li"
6 | style="border: 1px solid black;" 6 | style="border: 1px solid black;"
7 | <span> 7 | <span>
8 | <div> 8 | <div>
9 | id="contents" 9 | id="contents"
10 | style="border: 1px solid red;" 10 | style="border: 1px solid red;"
11 | "DropAboveMe<#selection-anchor> DragMe<#selection-focus>" 11 | "<#selection-anchor>DragMe <#selection-focus>DropAboveMe"
12 | " 12 | "
13 " 13 "
14 | " 14 | "
15 " 15 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698