summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/444375-1.html
blob: 119ffeea397105e77d5ee36d093573f11ca8d5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<style>
span {
  font-size: 200%;
}
img {
  width: 100px; 
  height: 100px;
}
</style>
</head>
<body style="width: 150px; border: 1px solid black;">
<table><tbody><tr><td><img> <span> <img></span></td></tr></tbody></table>
</body>
</html>