summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/greek-uppercase-2.html
blob: 11c8d09648202f79a04b9a23e335e20434156428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>Πατα&#x301;τα, Αε&#x301;ρας, Μα&#x301;ιος, α&#x301;υλος, αυ&#x308;πνι&#x301;α, Μαι&#x308;&#x301;ου, χου&#x301;ι</div>
<div lang="el">Πατα&#x301;τα, Αε&#x301;ρας, Μα&#x301;ιος, α&#x301;υλος, αυ&#x308;πνι&#x301;α, Μαι&#x308;&#x301;ου, χου&#x301;ι</div>
</body>
</html>