311822-1.html (778B)
1 <html> 2 <head> 3 <title>Testcase, Mozilla bug 311822</title> 4 </head> 5 6 <body> 7 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> 17 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> 27 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> 37 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> 47 48 </body> 49 </html>