tenfourfox/layout/reftests/bugs/444375-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
269 B
HTML

<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>