Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / toggle-compound-styles-expected.txt
blob6887db5d2c7f6e2f1ec383fc3e5375cb7b33f890
1 Test to make sure we can toggle text decorations correctly. The first three tests give different result on mac only.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Platform: mac
7 PASS one bold command converted "<u><b>hello</b> world</u>" to "<u>hello world</u>
8 PASS one bold command converted "<b>hello </b>world" to "hello world
9 PASS one bold command converted "<u><b>hello </b></u>world" to "<u>hello </u>world
10 PASS one italic command converted "<i>hello</i> <img>" to "hello <img>
11 PASS one bold command converted "<u><span id='test'><b>hello</b></span><b>world</b></u>" to "<u><span id="test">hello</span>world</u>
12 PASS one bold command converted "<span id='test' style='font-weight:normal;'><b>hello</b></span>" to "<span id="test">hello</span>
13 PASS one bold command converted "<div><b>hello</b><br><br><b>world</b></div>" to "<div>hello<br><br>world</div>
14 PASS one italic command converted "<i>hello </i><img>" to "hello <img>
15 PASS one italic command converted "<i><b>hello</b>world</i>" to "<b>hello</b>world
16 PASS one italic command converted "<span style='font-style: normal;'> <i> hello </i> </span>" to "  hello  
17 PASS one italic command converted "<p><i>hello</i><span style='font-style:italic;'>world</span></p>" to "<p>helloworld</p>
18 PASS one italic command converted "<s><b>hello<i> world</i></b></s>" to "<s><b><i>hello world</i></b></s>
20 Platform: win
21 PASS one bold command converted "<u><b>hello</b> world</u>" to "<u><b>hello world</b></u>
22 PASS one bold command converted "<b>hello </b>world" to "<b>hello world</b>
23 PASS one bold command converted "<u><b>hello </b></u>world" to "<b><u>hello </u>world</b>
24 PASS one italic command converted "<i>hello</i> <img>" to "<i>hello <img></i>
25 PASS one bold command converted "<u><span id='test'><b>hello</b></span><b>world</b></u>" to "<u><span id="test">hello</span>world</u>
26 PASS one bold command converted "<span id='test' style='font-weight:normal;'><b>hello</b></span>" to "<span id="test">hello</span>
27 PASS one bold command converted "<div><b>hello</b><br><br><b>world</b></div>" to "<div>hello<br><br>world</div>
28 PASS one italic command converted "<i>hello </i><img>" to "hello <img>
29 PASS one italic command converted "<i><b>hello</b>world</i>" to "<b>hello</b>world
30 PASS one italic command converted "<span style='font-style: normal;'> <i> hello </i> </span>" to "  hello  
31 PASS one italic command converted "<p><i>hello</i><span style='font-style:italic;'>world</span></p>" to "<p>helloworld</p>
32 PASS one italic command converted "<s><b>hello<i> world</i></b></s>" to "<s><b><i>hello world</i></b></s>
34 Platform: unix
35 PASS one bold command converted "<u><b>hello</b> world</u>" to "<u><b>hello world</b></u>
36 PASS one bold command converted "<b>hello </b>world" to "<b>hello world</b>
37 PASS one bold command converted "<u><b>hello </b></u>world" to "<b><u>hello </u>world</b>
38 PASS one italic command converted "<i>hello</i> <img>" to "<i>hello <img></i>
39 PASS one bold command converted "<u><span id='test'><b>hello</b></span><b>world</b></u>" to "<u><span id="test">hello</span>world</u>
40 PASS one bold command converted "<span id='test' style='font-weight:normal;'><b>hello</b></span>" to "<span id="test">hello</span>
41 PASS one bold command converted "<div><b>hello</b><br><br><b>world</b></div>" to "<div>hello<br><br>world</div>
42 PASS one italic command converted "<i>hello </i><img>" to "hello <img>
43 PASS one italic command converted "<i><b>hello</b>world</i>" to "<b>hello</b>world
44 PASS one italic command converted "<span style='font-style: normal;'> <i> hello </i> </span>" to "  hello  
45 PASS one italic command converted "<p><i>hello</i><span style='font-style:italic;'>world</span></p>" to "<p>helloworld</p>
46 PASS one italic command converted "<s><b>hello<i> world</i></b></s>" to "<s><b><i>hello world</i></b></s>
48 Platform: android
49 PASS one bold command converted "<u><b>hello</b> world</u>" to "<u><b>hello world</b></u>
50 PASS one bold command converted "<b>hello </b>world" to "<b>hello world</b>
51 PASS one bold command converted "<u><b>hello </b></u>world" to "<b><u>hello </u>world</b>
52 PASS one italic command converted "<i>hello</i> <img>" to "<i>hello <img></i>
53 PASS one bold command converted "<u><span id='test'><b>hello</b></span><b>world</b></u>" to "<u><span id="test">hello</span>world</u>
54 PASS one bold command converted "<span id='test' style='font-weight:normal;'><b>hello</b></span>" to "<span id="test">hello</span>
55 PASS one bold command converted "<div><b>hello</b><br><br><b>world</b></div>" to "<div>hello<br><br>world</div>
56 PASS one italic command converted "<i>hello </i><img>" to "hello <img>
57 PASS one italic command converted "<i><b>hello</b>world</i>" to "<b>hello</b>world
58 PASS one italic command converted "<span style='font-style: normal;'> <i> hello </i> </span>" to "  hello  
59 PASS one italic command converted "<p><i>hello</i><span style='font-style:italic;'>world</span></p>" to "<p>helloworld</p>
60 PASS one italic command converted "<s><b>hello<i> world</i></b></s>" to "<s><b><i>hello world</i></b></s>
62 PASS successfullyParsed is true
64 TEST COMPLETE