1 Testcase for bug http://crbug.com/286219: When deleting editable content, typing style should be reset when moving into another node.
3 Deleting 'W' in blue color and then inserting 'O'. The following markup should show 'O' in blue color.:
7 | "O<#selection-caret>"
9 Inserting 'W' at the intersection of the two text nodes. The following markup should show that 'W' is not added in blue color.:
10 | "H W<#selection-caret>"
15 Deleting the blue colored text and the preceding space and then inserting 'W'. 'W' should not be in blue color in the following markup.:
16 | "HW<#selection-caret>"