summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/311822-1.html
blob: 15c946e0f68f120a642076a6c2d24fad894fc88c (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</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>