aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/test_files/output/autop/domdoc_exp.html
blob: 8480c10837ca47880d0e057e17e311808f6c8c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
›
 
Vietnamese - Tiếng Việt

<h1>h1</h1>
<p>Paragraph <a href="http://google.com/">link</a> <strong>Bold</strong> <em>italic</em> <em><strong>bolditalic</strong></em> <span style="background-color: #ffff00; "></span></p>
<h2>h2</h2>
<p>Paragraph <span style="font-size: xx-small;">size1</span> <span style="font-size: x-small;">size2</span> <span style="font-size: medium;">size4</span></p>
<h3>h3</h3>
<p>Paragraph <span style="text-decoration: underline;">underline</span> <span style="text-decoration: line-through;">strikethrough</span> <span style="color: #ff0000;">color</span> <span style="background-color: #ffff00; ">background</span></p>
<blockquote>
    <p>Blockquoted paragraph</p>
</blockquote>
<p>Paragraph following blockquote</p>
<ul><li>Unordered</li>
    <li>List</li>
</ul><p>Paragraph between lists</p>
<ol><li>Ordered</li>
    <li>List</li>
</ol><p>Paragraph between lists</p>
<ul><li>OL list</li>
    <li>nested<ol><li>inside a</li>
            <li>UL list</li>
        </ol></li>
</ul><p>Paragraph between lists</p>
<table border="0"><tbody><tr><td>Table with</td>
            <td></td>
        </tr><tr><td></td>
            <td>border=0</td>
        </tr></tbody></table><p>Paragraph</p>
<ol><li>UL list</li>
    <li>nested
        <ul><li>inside a</li>
            <li>OL list</li>
        </ul></li>
</ol><p>Paragraph between tables</p>
<table border="1" cellpadding="5"><tbody><tr><td>Table with border=1</td>
            <td></td>
        </tr><tr><td></td>
            <td>cellpadding = 5</td>
        </tr></tbody></table><p>Paragraph between tables</p>
<table border="2"><tbody><tr><td>Table with</td>
            <td></td>
        </tr><tr><td></td>
            <td>border=2</td>
        </tr></tbody></table>