summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/311822-1-ref-a.html
blob: 86d247e670a08056b9339150c948803c7551fe22 (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
47
48
49
<html>
<head>
<title>Testcase, Mozilla bug 311822 (reference 1)</title>
</head>

<body>

<table >
  <caption style="font-weight: bold"><b>table </b><b>caption</b></caption>
  <tr>
    <th >title</th>
  </tr>
  <tr>
    <td >Content of cell</td>
  </tr>
</table>

<table >
  <caption style="font-style: italic"><em>table </em><em>caption</em></caption>
  <tr>
    <th >title</th>
  </tr>
  <tr>
    <td >Content of cell</td>
  </tr>
</table>

<table >
  <caption style="font-style: italic"><i>table </i><i>caption</i></caption>
  <tr>
    <th >title</th>
  </tr>
  <tr>
    <td >Content of cell</td>
  </tr>
</table>

<table >
  <caption><span>table </span><span>caption</span></caption>
  <tr>
    <th >title</th>
  </tr>
  <tr>
    <td >Content of cell</td>
  </tr>
</table>

</body>
</html>