mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5a2e62638a
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
13 lines
413 B
HTML
13 lines
413 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>
|
|
</head>
|
|
<body>
|
|
<div style="font-size: 18pt" dir="rtl"><span><div>Mozilla Firefox • Re: בעיה בגלגלת לאחר עדכון גרסא</div></span></div>
|
|
</body></html>
|