Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 success 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 " |
| OLD | NEW |