bug 550163 - part 14 - use sans-serif to avoid Win7 subpixel failure in mathml/quotes reftest. r=roc

This commit is contained in:
Jonathan Kew 2010-03-08 10:11:04 +00:00
Родитель dc672c23f2
Коммит b560ddfa3e
2 изменённых файлов: 12 добавлений и 0 удалений

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

@ -1,4 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
body { font-family:sans-serif; }
p { height:2em; }
</style>
</head>
<body> <body>
<p>:L_R</p> <p>:L_R</p>
<p>:L_&#x201D;</p> <p>:L_&#x201D;</p>

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

@ -1,4 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<style type="text/css">
body { font-family:sans-serif; }
p { height:2em; }
</style>
</head>
<body> <body>
<p>:<ms xmlns="http://www.w3.org/1998/Math/MathML" lquote="L" rquote="R">_</ms></p> <p>:<ms xmlns="http://www.w3.org/1998/Math/MathML" lquote="L" rquote="R">_</ms></p>
<p>:<ms id="m1" xmlns="http://www.w3.org/1998/Math/MathML">_</ms></p> <p>:<ms id="m1" xmlns="http://www.w3.org/1998/Math/MathML">_</ms></p>