зеркало из https://github.com/mozilla/gecko-dev.git
Split wordbreak-7 test into two testcases, one without lam-alef ligatures and one with (marked as failing due to bug 479829). Bug 249159, r=smontagu
This commit is contained in:
Родитель
b6f5264211
Коммит
8d81e045ca
|
@ -107,7 +107,8 @@ HTTP(..) != synthetic-bold-metrics-01.html synthetic-bold-metrics-01-notref.html
|
|||
== wordbreak-4b.html wordbreak-4b-ref.html
|
||||
== wordbreak-5.html wordbreak-5-ref.html
|
||||
== wordbreak-6.html wordbreak-6-ref.html
|
||||
HTTP(..) == wordbreak-7.html wordbreak-7-ref.html
|
||||
HTTP(..) == wordbreak-7a.html wordbreak-7a-ref.html
|
||||
fails HTTP(..) == wordbreak-7b.html wordbreak-7b-ref.html # bug 479829
|
||||
== wordwrap-01.html wordwrap-01-ref.html
|
||||
HTTP(..) == wordwrap-02.html wordwrap-02-ref.html
|
||||
HTTP(..) == wordwrap-03.html wordwrap-03-ref.html
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/DejaVuSansMono.woff);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
}
|
||||
</style>
|
||||
<title>Test - word-break: break-all with rtl and diacritics</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>وَ<br/>لَا<br/>ا<br/>ﻟ<br/>ﻀَّ<br/>ﺎ<br/>ﻟِّ<br/>ﻴ<br/>ﻦَ</div><br/>
|
||||
<div>وَلَا<br/>الضَّالِّينَ</div><br/>
|
||||
</body>
|
||||
</html>
|
|
@ -1,21 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/DejaVuSansMono.woff);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
}
|
||||
div.breakall { width: 0px; word-break: break-all; }
|
||||
div.keepall { width: 0px; word-break: keep-all; }
|
||||
</style>
|
||||
<title>Test - word-break: break-all with rtl and diacritics</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="breakall">وَلَا الضَّالِّينَ</div><br />
|
||||
<div class="keepall">وَلَا الضَّالِّينَ</div><br />
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
</style>
|
||||
<title>Test - word-break: break-all with rtl and diacritics, no ligatures</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
ا<br>ﻟ<br>ﻌ<br>ﺮ<br>ﺑ<br>ﻲ<br>
|
||||
ا<br>ﻟ<br>ﻀَّ<br>ﺎ<br>ﻟِّ<br>ﻴ<br>ﻦَ
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
العربي<br>
|
||||
الضَّالِّينَ
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
div.breakall { width: 0px; word-break: break-all; }
|
||||
div.keepall { width: 0px; word-break: keep-all; }
|
||||
</style>
|
||||
<title>Test - word-break: break-all with rtl and diacritics, no ligatures</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="breakall">
|
||||
العربي
|
||||
الضَّالِّينَ
|
||||
</div>
|
||||
<br>
|
||||
<div class="keepall">
|
||||
العربي
|
||||
الضَّالِّينَ
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
</style>
|
||||
<title>Test - word-break: break-all with rtl and diacritics, including ligatures</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
وَ<br>ﻟَ<br>ﺎ<br>
|
||||
ا<br>ﻟ<br>ﺴَّ<br>ﻠَ<br>ﺎ<br>مُ<br>
|
||||
ﻋَ<br>ﻠَ<br>ﻴْ<br>ﻜُ<br>ﻢْ
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
وَلَا<br>
|
||||
السَّلَامُ<br>
|
||||
عَلَيْكُمْ
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
div.breakall { width: 0px; word-break: break-all; }
|
||||
div.keepall { width: 0px; word-break: keep-all; }
|
||||
</style>
|
||||
<title>Test - word-break: break-all with rtl and diacritics, including ligatures</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="breakall">
|
||||
وَلَا
|
||||
السَّلَامُ
|
||||
عَلَيْكُمْ
|
||||
</div>
|
||||
<br>
|
||||
<div class="keepall">
|
||||
وَلَا
|
||||
السَّلَامُ
|
||||
عَلَيْكُمْ
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче