gecko/layout/reftests/bidi/613149-2b.html
Jeff Muizelaar 1909741315 Bug 696672. Use a larger font size in bidi/613149-2* tests. r=smontagu
This currently fails on unaccelerated GDI because in the reference we render
all of the text in one call which causes the blending of the overlap between
the ':' and the 'M' to be different than if we render the strings in two steps.
Increasing the font size makes it so that the space between characters is large
enough to avoid this problem.

--HG--
extra : rebase_source : 4f0b342f1354a021412621469e31cf40bf94394c
2011-11-02 15:27:27 -04:00

19 lines
584 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Google Reader minimized test case</title>
<style type="text/css">
span div {display: inline;}
</style>
<script type="text/javascript">
function boom()
{
document.getElementById("d").style.fontWeight="normal";
}
</script>
</head>
<body onload="boom()">
<div dir="rtl"><span><div id="d" style="font-size: 18pt; font-weight: bold;">Mozilla Firefox • Re: בעיה בגלגלת לאחר עדכון גרסא</div></span></div>
</body></html>