зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
1522f336dd
Коммит
a9e59b4ef9
Двоичный файл не отображается.
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче