summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/greek-uppercase-1-ref.html
blob: ec38eb46982c01cce7aba790aeb6e6fc1153afcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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% "Droid Serif", serif; /* explicitly prefer Droid over Charis on Android */
  margin: 1em;
}
</style>
</head>
<body lang="en">
<div>ΠΑΤΆΤΑ, ΑΈΡΑΣ, ΜΆΙΟΣ, ΆΥΛΟΣ, ΑΫΠΝΊΑ, ΜΑΪ&#x301;ΟΥ, ΧΟΎΙ</div>
<div lang="el">ΠΑΤΑΤΑ, ΑΕΡΑΣ, ΜΑΪΟΣ, ΑΫΛΟΣ, ΑΫΠΝΙΑ, ΜΑΪΟΥ, ΧΟΥΙ</div>
</body>
</html>