bug 307039 - reftest for Greek small-caps behavior. r=past

This commit is contained in:
Jonathan Kew 2012-05-03 08:57:30 +01:00
parent 70fd32d2de
commit a4ff6783f6
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Test for Greek small-caps</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
div {
font: 150% serif;
margin: 1em;
}
span {
font-variant: small-caps;
}
</style>
</head>
<body lang="en">
<div>Π<span>ατάτα</span>, Α<span>έρας</span>, Μ<span>άιος</span>, <span>άυλος</span>, <span>αϋπνία</span>, Μ<span>αΐου</span>, <span>χούι</span>, ΆΈΉΊΌΎΏ, Ά<span>κλιτα</span></div>
<div lang="el">Π<span>ατατα</span>, Α<span>ερας</span>, Μ<span>αϊος</span>, <span>αϋλος</span>, <span>αϋπνία</span>, Μ<span>αϊου</span>, <span>χουι<span>, ΑΕΗΙΟΥΩ, Α<span>κλιτα</span></div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Test for Greek small-caps</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
div {
font: 150% serif;
font-variant: small-caps;
margin: 1em;
}
</style>
</head>
<body lang="en">
<div>Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι, ΆΈΉΊΌΎΏ, Άκλιτα</div>
<div lang="el">Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι, ΆΈΉΊΌΎΏ, Άκλιτα</div>
</body>
</html>

View File

@ -20,3 +20,4 @@ HTTP(..) == all-title.html all-title-ref.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
== greek-small-caps-1.html greek-small-caps-1-ref.html