summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/1463020-letter-spacing-text-transform-2-ref.html
blob: 5a87a4b570ab9cb74ae82622285499c2f7a686c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<meta charset=utf-8>
<style>
span {
  font-size: 36px;
  font-kerning: none;
}
#ref {
  text-transform: lowercase;
}
</style>
<body>
  <p>The two lines should match:
  <p><span id="ref">𐐔&nbsp;𐐯&nbsp;𐑅&nbsp;𐐨&nbsp;𐑉&nbsp;𐐯&nbsp;𐐻</span>
  <p><span id="ref">𐐔&nbsp;𐐯&nbsp;𐑅&nbsp;𐐨&nbsp;𐑉&nbsp;𐐯&nbsp;𐐻</span>
</body>