bug 550163 - part 9 - use sans-serif to avoid Win7 subpixel failure in reftest 389074. r=roc

This commit is contained in:
Jonathan Kew 2010-03-08 10:10:52 +00:00
Родитель 2da4b55ccf
Коммит 40bb37593e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- check that U+FEFF doesn't disrupt glyph rendering, see bug 389074 comments 26, 30 -->
<html>
<div style="font-size: large;">
<div style="font-size: large; font-family: sans-serif;">
<!-- leave one FEFF in the text to maintain same line height -->
<p>&#xfeff;ABC</p>
</div>

Просмотреть файл

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- check that U+FEFF doesn't disrupt glyph rendering, see bug 389074 comments 26, 30 -->
<html>
<div style="font-size: large;">
<div style="font-size: large; font-family: sans-serif;">
<p>&#xfeff;A&#xfeff;B&#xfeff;C&#xfeff;</p>
</div>
</html>