upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / toggle-text-decorations-expected.txt
1 Test to make sure we can toggle text decorations correctly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS one underline command converted test to <span style="text-decoration: underline;">test</span>
7 PASS one underline command converted <span style="text-decoration: underline;">test</span> to test
8 PASS one underline command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: overline line-through;">test</span>
9 PASS one strikethrough command converted test to <span style="text-decoration: line-through;">test</span>
10 PASS one strikethrough command converted <span style="text-decoration: line-through;">test</span> to test
11 PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: underline overline;">test</span>
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15