зеркало из https://github.com/mozilla/pjs.git
bug 616281 - fix the wordwrap-02 reftest to be independent of platform fonts. r=roc a=test-only
This commit is contained in:
Родитель
24c38a693a
Коммит
42c5d48c68
|
@ -48,8 +48,7 @@ random-if(winWidget) HTTP(..) != synthetic-bold-metrics-01.html synthetic-bold-m
|
|||
== white-space-1b.html white-space-1-ref.html
|
||||
== white-space-2.html white-space-2-ref.html
|
||||
== wordwrap-01.html wordwrap-01-ref.html
|
||||
# bad fonts on test boxes: Mac is not monospace, WINNT 5.2 combines some characters into a single cell.
|
||||
fails-if(!(gtk2Widget||d2d)) == wordwrap-02.html wordwrap-02-ref.html
|
||||
HTTP(..) == wordwrap-02.html wordwrap-02-ref.html
|
||||
HTTP(..) == wordwrap-03.html wordwrap-03-ref.html
|
||||
== wordwrap-04.html wordwrap-04-ref.html
|
||||
== wordwrap-05.html wordwrap-05-ref.html
|
||||
|
|
|
@ -4,19 +4,27 @@
|
|||
<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;
|
||||
line-height: 1.5em;
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
<title>Test Wordwrap</title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوع‍
|
||||
‍ةكل,تمبوابةاقتصاديةه‍
|
||||
‍ذه.ضمنهاالروسوحرمانب‍
|
||||
‍لعدد,يكنجسيمةلإعادةلم
|
||||
‍.يكنوالحلفاءبالقنابل‍
|
||||
‍هو,بحثخسائرالدفاعبال‍
|
||||
‍هجومعن.فرنسيةمارشالب‍
|
||||
‍ينيتودحرثم,وصلبشريةا
|
||||
<textarea rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوﻋ
|
||||
ﺔكل,تمبوابةاقتصاديةﻫ
|
||||
ﺬه.ضمنهاالروسوحرماﻧﺒ
|
||||
ﻠﻌﺪد,يكنجسيمةلإعادةلم
|
||||
.يكنوالحلفاءبالقناﺑﻠ
|
||||
ﻬﻮ,بحثخسائرالدفاعباﻟ
|
||||
ﻬﺠﻮمعن.فرنسيةمارشاﻟﺒ
|
||||
ﻴﻨﻴﺘﻮدحرثم,وصلبشريةا
|
||||
لرايخبالحربتم.</textarea>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,15 @@
|
|||
<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;
|
||||
line-height: 1.5em;
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
<title>Test Wordwrap</title>
|
||||
</head>
|
||||
|
|
Загрузка…
Ссылка в новой задаче