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

Side by Side Diff: LayoutTests/editing/execCommand/indent-images-3-expected.txt

Issue 231933004: Fix a broken test which calls Selection.setPosition(null). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify typo Created 6 years, 8 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 | « LayoutTests/editing/execCommand/indent-images-3.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test indents insides a document with exactly two image elements. 1 This test indents insides a document with exactly two image elements.
2 Indentation should fail because the root editable element is inline. 2 Indentation should succeed even if the root editable element is inline.
3 | <span> 3 | <span>
4 | contenteditable="" 4 | contenteditable=""
5 | <img> 5 | <blockquote>
6 | <img> 6 | style="margin: 0 0 0 40px; border: none; padding: 0px;"
7 | <img>
8 | <img>
9 | <#selection-caret>
7 | " 10 | "
8 " 11 "
9 | " 12 | "
10 " 13 "
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/indent-images-3.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698