зеркало из https://github.com/mozilla/gecko-dev.git
bug 307039 - reftest for Greek uppercasing in composed and decomposed forms. r=past
This commit is contained in:
Родитель
738ec7908f
Коммит
5729b391c8
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Test for uppercasing of Greek (NFC)</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 lang="en">
|
||||||
|
<div>ΠΑΤΆΤΑ, ΑΈΡΑΣ, ΜΆΙΟΣ, ΆΥΛΟΣ, ΑΫΠΝΊΑ, ΜΑΪ́ΟΥ, ΧΟΎΙ</div>
|
||||||
|
<div lang="el">ΠΑΤΑΤΑ, ΑΕΡΑΣ, ΜΑΪΟΣ, ΑΫΛΟΣ, ΑΫΠΝΙΑ, ΜΑΪΟΥ, ΧΟΥΙ</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,18 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Test for uppercasing of Greek (NFC)</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 lang="en">
|
||||||
|
<div>Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι</div>
|
||||||
|
<div lang="el">Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Test for uppercasing of Greek (NFD)</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 lang="en">
|
||||||
|
<div>ΠΑΤΆΤΑ, ΑΈΡΑΣ, ΜΆΙΟΣ, ΆΥΛΟΣ, ΑΫΠΝΊΑ, ΜΑΪ́ΟΥ, ΧΟΎΙ</div>
|
||||||
|
<div lang="el">ΠΑΤΑΤΑ, ΑΕΡΑΣ, ΜΑΪΟΣ, ΑΫΛΟΣ, ΑΫΠΝΙΑ, ΜΑΪΟΥ, ΧΟΥΙ</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,18 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Test for uppercasing of Greek (NFD)</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 lang="en">
|
||||||
|
<div>Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι</div>
|
||||||
|
<div lang="el">Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -18,3 +18,5 @@ HTTP(..) == all-title.html all-title-ref.html
|
||||||
== smtp-title.html smtp-title-ref.html
|
== smtp-title.html smtp-title-ref.html
|
||||||
== turkish-casing-1.html turkish-casing-1-ref.html
|
== turkish-casing-1.html turkish-casing-1-ref.html
|
||||||
HTTP(..) != small-caps-turkish-1.html small-caps-turkish-1-notref.html
|
HTTP(..) != small-caps-turkish-1.html small-caps-turkish-1-notref.html
|
||||||
|
== greek-uppercase-1.html greek-uppercase-1-ref.html
|
||||||
|
== greek-uppercase-2.html greek-uppercase-2-ref.html
|
||||||
|
|
Загрузка…
Ссылка в новой задаче