Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / redo-split-text-with-removal-expected.txt
blob7ca693dec19daebe5143ca27414eb7cbf0e28d2f
1 This test splits a text node by inserting a new paragraph and bolds the the first half.
2 After undoing these two steps, it removes the text node, and then redo. The test should not crash. (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 node removal:
14
16 after redo:
17 | <div>
18 |   "<#selection-caret>hello"