bug 590101 - part 1 - make reftest text/wordwrap-03 more robust by explicitly specifying monospaced font with support for diacritics. r=jdaggett a=test-only

This commit is contained in:
Jonathan Kew 2010-08-27 14:16:07 +01:00
Родитель 1522f336dd
Коммит a9e59b4ef9
4 изменённых файлов: 5 добавлений и 3 удалений

Двоичные данные
layout/reftests/fonts/DejaVuSansMono.woff Normal file

Двоичный файл не отображается.

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

@ -33,7 +33,7 @@ random-if(!cocoaWidget) == font-size-adjust-02.html font-size-adjust-02-ref.html
== white-space-2.html white-space-2-ref.html
== wordwrap-01.html wordwrap-01-ref.html
random == wordwrap-02.html wordwrap-02-ref.html # bad fonts on test boxes
random-if(gtk2Widget) == wordwrap-03.html wordwrap-03-ref.html # Bad fonts on test boxes
random-if(gtk2Widget) HTTP(..) == wordwrap-03.html wordwrap-03-ref.html # Bad fonts on test boxes
== wordwrap-04.html wordwrap-04-ref.html
== wordwrap-05.html wordwrap-05-ref.html
== wordwrap-06.html wordwrap-06-ref.html

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

@ -4,7 +4,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
textarea { overflow: scroll; }
@font-face { font-family: dvm; src: url(../fonts/DejaVuSansMono.woff); }
textarea { font-family: dvm, monospace; font-size: 12px; overflow: scroll; }
</style>
<title>Test Wordwrap</title>
</head>

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

@ -4,7 +4,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
textarea { overflow: scroll; }
@font-face { font-family: dvm; src: url(../fonts/DejaVuSansMono.woff); }
textarea { font-family: dvm, monospace; font-size: 12px; overflow: scroll; }
</style>
<title>Test Wordwrap</title>
</head>