bug 551034 - trying to fix intermittent orange due to clipped antialiasing. r=roc
This commit is contained in:
Родитель
8c5a27a1af
Коммит
1d6d5a7715
|
@ -14,6 +14,6 @@ body {
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div id="div" style="font-size: 180px">fi</div>
|
||||
<div id="div" style="font-size: 180px">ifi</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -22,6 +22,6 @@ function m()
|
|||
</head>
|
||||
|
||||
<body onload="m();">
|
||||
<div id="div" style="font-size: 180px"><span>f</span></div>
|
||||
<div id="div" style="font-size: 180px"><span>if</span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -22,6 +22,6 @@ function m()
|
|||
</head>
|
||||
|
||||
<body onload="m();">
|
||||
<div id="div" style="font-size: 180px"><span>f</span><span id="parent"></span></div>
|
||||
<div id="div" style="font-size: 180px"><span>if</span><span id="parent"></span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче