summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/graphite-surrogate-selection-ref.html
blob: 5d2c88cb7255cb138cdd6310b7041dd97b977f5c (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 reference</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><br>
<span class="sel">&#x16f50;</span><br>
<span class="sel">&#x16f50;</span><br>
<span class="sel">&#x16f50;</span><br>
</div>
</body>
</html>