upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / toggle-style-3-expected.txt
1 Test to make sure we remove span tags with no attributes if we removed the last attribute.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
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
11
12 TEST COMPLETE
13