зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1322989 - Reftest for uppercasing of Greek disjunctive eta (ή). r=m_kato
This commit is contained in:
Родитель
2a3c8294aa
Коммит
483054898a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче