mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 307039 - reftest for Greek small-caps behavior. r=past
This commit is contained in:
parent
70fd32d2de
commit
a4ff6783f6
20
layout/reftests/text-transform/greek-small-caps-1-ref.html
Normal file
20
layout/reftests/text-transform/greek-small-caps-1-ref.html
Normal 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>
|
18
layout/reftests/text-transform/greek-small-caps-1.html
Normal file
18
layout/reftests/text-transform/greek-small-caps-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user