gecko/layout/reftests/font-inflation/min-width-passes-1-ref.html
L. David Baron 13df4204c7 Fix two pieces of cached information that were preventing font size inflation from applying correctly during intrinsic width calculation when intrinsic width calculation had already been done without font size inflation. (Bug 748434) r=roc
The first of these pieces of information is the intrinsic widths cached
on a block.

The second of them is the font inflation cached on a text frame (which
might be set to 1.0 at this point if a text frame has previously had
intrinsic width calculation done on it, but hasn't been reflowed).
2012-06-05 19:13:41 -07:00

24 lines
528 B
HTML

<html>
<head>
<title>Bug Reproduction</title>
</head>
<style type="text/css">
html, body {
/*
* Work around bug 759755 / bug 757179. Setting overflow hidden
* avoids these bugs being triggered due to the hypothetical scrollbar
* reflows.
*/
overflow: hidden;
}
table { width: 100% }
body, table, tbody, tr, td {
margin: 0; border: none; padding: 0; border-spacing: 0;
}
</style>
<body>
<h1 id="welcome">Welcome to Bugzilla</h1>
<input type="button" id="find" value="Quick Search"></input>
</body>
</html>