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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/editing/execCommand/indent-images-3.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/indent-images-3-expected.txt
diff --git a/LayoutTests/editing/execCommand/indent-images-3-expected.txt b/LayoutTests/editing/execCommand/indent-images-3-expected.txt
index 07af917d2113b12414718abc4db05e517b704c2b..5dc8a63e62985e49e1f9a161f8ce3dde6ce3cf4e 100644
--- a/LayoutTests/editing/execCommand/indent-images-3-expected.txt
+++ b/LayoutTests/editing/execCommand/indent-images-3-expected.txt
@@ -1,9 +1,12 @@
This test indents insides a document with exactly two image elements.
-Indentation should fail because the root editable element is inline.
+Indentation should succeed even if the root editable element is inline.
| <span>
| contenteditable=""
-| <img>
-| <img>
+| <blockquote>
+| style="margin: 0 0 0 40px; border: none; padding: 0px;"
+| <img>
+| <img>
+| <#selection-caret>
| "
"
| "
« 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