Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / maintain-style-after-delete-expected.txt
blob1bad07506eb77af3507cf2ac7015fd45815199e7
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.:
4 | "H "
5 | <font>
6 |   color="#0000ff"
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>"
11 | <font>
12 |   color="#0000ff"
13 |   "O"
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>"