summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/graphite-surrogate-selection.html
blob: f086b3fa4fce11a24f777870bbfe76217f79ca17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Bug 1260825 testcase</title>
<meta charset="utf-8">
<style>
@font-face { font-family: test; src: url(../fonts/MiaoUnicode-Regular.ttf); }
#test { font-family: test, serif; font-size: 60px; }
.sel { background: cyan; }
.inv { color: transparent; }
</style>
</head>
<body>
All lines should show the same single glyph &amp; background area:
<div id="test">
<span class="sel">&#x16f50;</span><br>
<span class="sel">&#x16f50;</span><span class="inv">&#x16f50;</span><br>
<span class="sel">&#x16f50;</span><span class="inv">&#x16f50;&#x16f50;</span><br>
<span class="sel">&#x16f50;</span><span class="inv">&#x16f0a;</span><br>
<span class="sel">&#x16f50;</span><span class="inv">&#x16f0a;&#x16f6a;</span><br>
</div>
</body>
</html>