Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / toggle-style-3-expected.txt
blob9062a80b47c60cebacda3cdf7fc8d5c52697070b
1 Test to make sure we remove span tags with no attributes if we removed the last attribute.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS one bold command converted hello<b id="test">world</b> to <b>hello<span id="test">world</span></b>
7 PASS one bold command converted hello<b><i>world</i></b> to <b>hello<i>world</i></b>
8 PASS one italic command converted hello <i>world</i> <b>webkit</b> to <i>hello world <b>webkit</b></i>
9 PASS one italic command converted hello <i>world</i> webkit to <i>hello world webkit</i>
10 PASS successfullyParsed is true
12 TEST COMPLETE