Bug 1273154 - Reftest for Mongolian shaping across NNBSP. r=jrmuizel

This commit is contained in:
Jonathan Kew 2016-05-19 07:01:59 +01:00
Родитель 841ebee93a
Коммит 643840276f
3 изменённых файлов: 34 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: "Mongolian Baiti", "Times New Roman", serif;
font-size: 32px;
line-height: 2em;
}
</style>
</head>
<body>
&#x1833;&#x1820;&#x1837;&#x1822;&#x182C;&#x1822;&#x1828;&#x202F;&#x1824;
</body>
</html>

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

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
/* Times does NOT support Mongolian characters, so the entire text
should be rendered as a single Mongolian Baiti run, including
the U+202F which _is_ available in Times. */
font-family: "Times New Roman", "Mongolian Baiti", serif;
font-size: 32px;
line-height: 2em;
}
</style>
</head>
<body>
&#x1833;&#x1820;&#x1837;&#x1822;&#x182C;&#x1822;&#x1828;&#x202F;&#x1824;
</body>
</html>

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

@ -1952,3 +1952,4 @@ fuzzy(100,2000) == 1239564.html 1239564-ref.html
== 1263845.html 1263845-ref.html
== 1260543-1.html 1260543-1-ref.html
== 1272997-1.html 1272997-1-ref.html
random-if(!winWidget) == 1273154-1.html 1273154-1-ref.html # depends on Windows font