layout/reftests/bugs/311822-1-ref-b.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/311822-1-ref-b.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,49 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<title>Testcase, Mozilla bug 311822 (reference 2)</title>
     1.7 +</head>
     1.8 +
     1.9 +<body>
    1.10 +
    1.11 +<table >
    1.12 +  <caption style="font-weight: bold"><b>table</b><b> caption</b></caption>
    1.13 +  <tr>
    1.14 +    <th >title</th>
    1.15 +  </tr>
    1.16 +  <tr>
    1.17 +    <td >Content of cell</td>
    1.18 +  </tr>
    1.19 +</table>
    1.20 +
    1.21 +<table >
    1.22 +  <caption style="font-style: italic"><em>table</em><em> caption</em></caption>
    1.23 +  <tr>
    1.24 +    <th >title</th>
    1.25 +  </tr>
    1.26 +  <tr>
    1.27 +    <td >Content of cell</td>
    1.28 +  </tr>
    1.29 +</table>
    1.30 +
    1.31 +<table >
    1.32 +  <caption style="font-style: italic"><i>table</i><i> caption</i></caption>
    1.33 +  <tr>
    1.34 +    <th >title</th>
    1.35 +  </tr>
    1.36 +  <tr>
    1.37 +    <td >Content of cell</td>
    1.38 +  </tr>
    1.39 +</table>
    1.40 +
    1.41 +<table >
    1.42 +  <caption><span>table</span><span> caption</span></caption>
    1.43 +  <tr>
    1.44 +    <th >title</th>
    1.45 +  </tr>
    1.46 +  <tr>
    1.47 +    <td >Content of cell</td>
    1.48 +  </tr>
    1.49 +</table>
    1.50 +
    1.51 +</body>
    1.52 +</html>

mercurial