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