gecko/layout/reftests/backgrounds/continuous-inline-1cd-ref.html
L. David Baron 33392dd2be Bug 831354, test fix 1: Make continuous-inline-1{cd} tests no longer assume that the height of an inline in the default font is less than 20px. r=bzbarsky
--HG--
rename : layout/reftests/backgrounds/continuous-inline-1-ref.html => layout/reftests/backgrounds/continuous-inline-1ab-ref.html
rename : layout/reftests/backgrounds/continuous-inline-1-ref.html => layout/reftests/backgrounds/continuous-inline-1cd-ref.html
2013-01-17 20:20:27 +00:00

21 lines
460 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span.b { display: inline-block; height: 20px; }
</style>
</head>
<body>
<div>
<span style="background: url(blue-16x20-green-8x20.png) no-repeat;">
<span class="b" style="width: 24px"></span>
</span>
</div>
<div>
<span style="background: url(green-8x20.png) no-repeat;">
<span class="b" style="width: 8px"></span>
</span>
</div>
</body>
</html>