bug 550163 - part 5 - use sans-serif and padding to avoid Win7 subpixel failure in reftest 350506. r=roc

This commit is contained in:
Jonathan Kew 2010-03-08 10:10:43 +00:00
parent 2e7be18b45
commit 52b7bb1b5d
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<head>
<style type="text/css">
div {
font-family: sans-serif;
padding: 1px;
width: 100%;
}
.last {

View File

@ -3,6 +3,8 @@
<head>
<style type="text/css">
div {
font-family: sans-serif;
padding: 1px;
width: 100%;
overflow-x: hidden;
}