mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
517290f8ff
commit
5a2e62638a
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user