summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/greek-uppercase-3.html
blob: 4d12475ec2c92d17b4fa21e8cbb868c599100aa7 (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 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>