upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 19653-1-expected.txt
1 This tests creating a list from an empty paragraph with bold already applied to it. The word below should be bold.
2 <div><ul><li><b>Bold</b></li></ul></div>
3
4 This tests creating a list from an empty paragraph when the typing style was Bold. The word below should be bold.
5 <ul><li><b>Bold</b></li></ul>
6
7 This tests indenting an empty paragraph with bold already applied to it. The word below should be bold.
8 <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><b>Bold</b></div></blockquote>
9
10 This tests indenting an empty paragraph when the typing style was Bold. The word below should be bold.
11 <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><b>Bold</b></blockquote>
12
13 This tests outdenting an empty paragraph with bold already applied to it. The word below should be bold.
14 <b>Bold</b>
15
16 This tests indenting an empty paragraph when the typing style was Bold. The word below should be bold.
17 <b>Bold</b>