summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/371354-1-ref.html
blob: a65ecc626736d3feb2b81d859a6d666d40f966e2 (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
<!doctype html>
<html>
<head>
<style type="text/css">
td * {
 vertical-align: top;
}
img:first-child {
 float: right;
}
</style>
</head>
<body>
<table border="1">
 <tr>
  <td><span>Header 1</span><img src="square-outline-32x32.png" alt=""></td>
  <td><img src="square-outline-32x32.png" alt="">Header 2</td>
 </tr>
 <tr>
  <td>short</td>
  <td>long long long long long</td>
 </tr>
</table>
</body>
</html>