Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / 19653-1-expected.txt
blobeb19b0287bfe260e6fd7011fcd504b1482786182
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>
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>
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>
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>
13 This tests outdenting an empty paragraph with bold already applied to it. The word below should be bold.
14 <b>Bold</b>
16 This tests indenting an empty paragraph when the typing style was Bold. The word below should be bold.
17 <b>Bold</b>