no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 311822-1-ref-b.html
blobff3ffec633bd45773c019a68f2f9b9dc8dea0a87
1 <html>
2 <head>
3 <title>Testcase, Mozilla bug 311822 (reference 2)</title>
4 </head>
6 <body>
8 <table >
9 <caption style="font-weight: bold"><b>table</b><b> caption</b></caption>
10 <tr>
11 <th >title</th>
12 </tr>
13 <tr>
14 <td >Content of cell</td>
15 </tr>
16 </table>
18 <table >
19 <caption style="font-style: italic"><em>table</em><em> caption</em></caption>
20 <tr>
21 <th >title</th>
22 </tr>
23 <tr>
24 <td >Content of cell</td>
25 </tr>
26 </table>
28 <table >
29 <caption style="font-style: italic"><i>table</i><i> caption</i></caption>
30 <tr>
31 <th >title</th>
32 </tr>
33 <tr>
34 <td >Content of cell</td>
35 </tr>
36 </table>
38 <table >
39 <caption><span>table</span><span> caption</span></caption>
40 <tr>
41 <th >title</th>
42 </tr>
43 <tr>
44 <td >Content of cell</td>
45 </tr>
46 </table>
48 </body>
49 </html>