upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / toggle-styles-expected.txt
1 Test to make sure styles toggle as expected and tag-based styles can be removed by editing commands.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.compatMode is "BackCompat"
7 PASS bold toggle
8 PASS bold removing b
9 PASS bold removing font-weight: bold
10 PASS bold removing strong
11 PASS italic toggle
12 PASS italic removing i
13 PASS italic removing font-style: italic
14 PASS italic removing em
15 PASS subscript toggle
16 PASS subscript removing sub
17 PASS subscript removing vertical-align: sub
18 PASS superscript toggle
19 PASS superscript removing sup
20 PASS superscript removing vertical-align: super
21 PASS strikethrough toggle
22 PASS strikethrough removing strike
23 PASS strikethrough removing text-decoration: line-through
24 PASS strikethrough removing s
25 PASS underline toggle
26 PASS underline removing u
27 PASS underline removing text-decoration: underline
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31