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

This commit is contained in:
Jonathan Kew 2010-03-08 10:10:55 +00:00
Родитель 331302299c
Коммит 374caa0423
2 изменённых файлов: 9 добавлений и 0 удалений

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

@ -1,5 +1,10 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head>
<style>
body { font-family: sans-serif; }
</style>
</head>
<body> <body>
Done Done
</body> </body>

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

@ -2,6 +2,10 @@
<html class="reftest-wait"> <html class="reftest-wait">
<head> <head>
<style>
body { font-family: sans-serif; }
</style>
<script type="text/javascript"> <script type="text/javascript">
var loopCount = 0; var loopCount = 0;
var pause = 10; // smaller values make the bug more likely to occur var pause = 10; // smaller values make the bug more likely to occur