summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/449362-1-ref.html
blob: 531273827a70719edb22ce612c346fef72fabbdf (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
<html>
<head>
    <title>FF3 Test</title>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<style>
		td {
			border: 1px solid;
			vertical-align: top;
		}
	</style>
</head>

<body>

<table id="pp_owned" align="center" cellpadding="0" cellspacing="0">
    

<tbody>
  <tr >
	<td >Column 1</td>
    <td >Column 2</td>
  </tr>
  <tr>

    <td >
hello
    </td>
    <td >
		<span id="B" >
		    Now I am<br />
		    higher.<br />

		    Click me<br />
		    Again!
        </span>
    </td>
  </tr>
</tbody>
</table>
</body>
</html>