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
This commit is contained in:
Jeff Muizelaar 2011-11-02 15:27:27 -04:00
parent 0aa08286eb
commit 1909741315
3 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@
<title>Google Reader minimized test case</title>
</head>
<body>
<div style="unicode-bidi: bidi-override; text-align: right">אסרג ןוכדע רחאל תלגלגב היעב :Mozilla Firefox • Re</div>
<div style="font-size: 18pt; unicode-bidi: bidi-override; text-align: right">אסרג ןוכדע רחאל תלגלגב היעב :Mozilla Firefox • Re</div>
</body></html>

View File

@ -8,5 +8,5 @@
</style>
</head>
<body>
<div dir="rtl"><span><div>Mozilla Firefox • Re: בעיה בגלגלת לאחר עדכון גרסא</div></span></div>
<div style="font-size: 18pt" dir="rtl"><span><div>Mozilla Firefox • Re: בעיה בגלגלת לאחר עדכון גרסא</div></span></div>
</body></html>

View File

@ -14,5 +14,5 @@ function boom()
</script>
</head>
<body onload="boom()">
<div dir="rtl"><span><div id="d" style="font-weight: bold;">Mozilla Firefox • Re: בעיה בגלגלת לאחר עדכון גרסא</div></span></div>
<div dir="rtl"><span><div id="d" style="font-size: 18pt; font-weight: bold;">Mozilla Firefox • Re: בעיה בגלגלת לאחר עדכון גרסא</div></span></div>
</body></html>