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
parent 40bb37593e
commit 20684bf24f
2 changed files with 9 additions and 0 deletions

View File

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

View File

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