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

This commit is contained in:
Jonathan Kew 2010-03-08 10:11:06 +00:00
Родитель b6d193b767
Коммит ed34949ddc
3 изменённых файлов: 9 добавлений и 0 удалений

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

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style>
body { font-family: sans-serif; }
</style>
<script>
function runTest() {
document.getElementById('r').appendChild(document.createTextNode('x'));

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

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style>
body { font-family: sans-serif; }
</style>
<script>
function runTest() {
document.getElementById('r').appendChild(document.createTextNode('x'));

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

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style>
body { font-family: sans-serif; }
</style>
<script>
function runTest() {
document.getElementById('r').appendChild(document.createTextNode('x'));