mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
bug 550163 - part 10 - use sans-serif to avoid Win7 subpixel failure in reftest 413292. r=roc
This commit is contained in:
parent
40bb37593e
commit
20684bf24f
@ -1,5 +1,10 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body { font-family: sans-serif; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Done
|
||||
</body>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user