Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / replace-by-span-then-remove-expected.txt
blob16bc24e71660dca8ea1ddd2b8959ff7195cb0703
1 initial:<b style="font-style: italic;">world</b>
2 after removing bold:<span style="font-style: italic;">world</span>
3 after removing italic:world
4 after undo:<b style="font-style: italic;">world</b>
5 after redo:world
6 PASS