Bug 1322989 - Reftest for uppercasing of Greek disjunctive eta (ή). r=m_kato

This commit is contained in:
Jonathan Kew 2016-12-20 10:07:32 +00:00
Родитель 2a3c8294aa
Коммит 483054898a
3 изменённых файлов: 36 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Test for uppercasing of Greek disjunctive eta</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
div {
font: 150% serif;
margin: 1em;
}
</style>
</head>
<body>
<div lang="en">ΉΣΟΥΝ Ή ΕΓΏ Ή ΕΣΎ (ΝΉ) (ΉΝ) (Ή) (Ή.) Ή</div>
<div lang="el">ΗΣΟΥΝ Ή ΕΓΩ Ή ΕΣΥ (ΝΗ) (ΗΝ) (Ή) (Ή.) Ή</div>
</body>
</html>

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

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Test for uppercasing of Greek disjunctive eta</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
div {
font: 150% serif;
text-transform: uppercase;
margin: 1em;
}
</style>
</head>
<body>
<div lang="en">ήσουν ή εγώ ή εσύ (νή) (ήν) (ή) (ή.) ή</div>
<div lang="el">ήσουν ή εγώ ή εσύ (νή) (ήν) (ή) (ή.) ή</div>
</body>
</html>

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

@ -29,6 +29,7 @@ HTTP(..) != small-caps-turkish-1.html small-caps-turkish-1-notref.html
== greek-uppercase-1a.html greek-uppercase-1-ref.html
== greek-uppercase-1b.html greek-uppercase-1-ref.html
== greek-uppercase-2.html greek-uppercase-2-ref.html
== greek-uppercase-3.html greek-uppercase-3-ref.html
HTTP(..) == greek-small-caps-1.html greek-small-caps-1-ref.html
== irish-uppercase-1.html irish-uppercase-1-ref.html
== irish-lowercase-1a.html irish-lowercase-1-ref.html