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

Unified Diff: LayoutTests/editing/execCommand/indent-list-item-with-children-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/execCommand/indent-list-item-with-children-expected.txt
diff --git a/LayoutTests/editing/execCommand/indent-list-item-with-children-expected.txt b/LayoutTests/editing/execCommand/indent-list-item-with-children-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b1da76aff07155052a9d2021dcc5e4b13ed06be1
--- /dev/null
+++ b/LayoutTests/editing/execCommand/indent-list-item-with-children-expected.txt
@@ -0,0 +1,70 @@
+
+Indent With Children:
+| "
+ "
+| <ol>
+| "
+ "
+| <ol>
+| <li>
+| id="listItemBlock"
+| "before"
+| <div>
+| "div1"
+| <div>
+| "div2"
+| <div>
+| "div3"
+| "after"
+| <li>
+| id="listItemInline"
+| "before"
+| <span>
+| "span1"
+| <span>
+| "span2"
+| <span>
+| "span3"
+| "after"
+| <li>
+| id="listItemTable"
+| "before"
+| <table>
+| border="1"
+| cellpadding="2"
+| cellspacing="2"
+| <tbody>
+| <tr>
+| <td>
+| <br>
+| "after"
+| "
+ "
+| "
+ "
+| "
+ "
+| "
+"
+
+Indent With Pre:
+| "
+"
+| <ol>
+| "
+"
+| <pre>
+| <ul>
+| <ul>
+| <li>
+| id="listItemPre"
+| "<#selection-caret>hello"
+| "
+"
+| "world"
+| "
+"
+| "
+"
+| "
+"

Powered by Google App Engine
This is Rietveld 408576698