Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / redo-split-text-node-expected.txt
bloba93497e4e16ba6f8aad3dea34dcf41fe23342f26
1 This test splits a text node by inserting a new paragraph and bolds the the first half.
2 If splitTextNode correctly reapplied the split, undo and redo should preserve the style. (See bug 42941).
4 before undo:
5 | <b>
6 |   "<#selection-anchor>he<#selection-focus>"
7 | <div>
8 |   "llo"
10 after undo:
11 | "he<#selection-caret>llo"
13 after redo:
14 | <b>
15 |   "<#selection-anchor>he<#selection-focus>"
16 | <div>
17 |   "llo"