repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git]
/
layout
/
reftests
/
text-transform
/
graphite-small-caps-1-notref.html
blob
d56a6694e0a5586863bf99937dbcaea0fdae85df
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
/* load a font that supports the Graphite 'smcp' feature */
7
@font-face {
8
font-family: test;
9
src: url(../fonts/sil/CharisSIL-R.ttf);
10
}
11
body {
12
font:
100
px test;
13
}
14
span {
15
font-size:
80
px;
16
}
17
</style>
18
</head>
19
<body>
20
<div>
S
<span>
MALL
</span>
C
<span>
APS
</span>
21
</body>
22
</html>