summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/371354-1.html
blob: 233881753ae1f619163c8f9ef718fb26008ee2e7 (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">
span {
 float: left;
}
img {
 float: right;
}
</style>
</head>
<body>
<table border="1">
 <tr>
  <td><span>Header 1</span> <img src="square-outline-32x32.png" alt=""></td>
  <td><span>Header 2</span> <img src="square-outline-32x32.png" alt=""></td>
 </tr>
 <tr>
  <td>short</td>
  <td>long long long long long</td>
 </tr>
</table>
</body>
</html>