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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
bugs
/
1513423-1-ref.html
blob
56ce2957421f27864d9831b1eb1a98b5d38afb70
1
<!doctype
html
>
2
<html>
3
<head>
4
<meta
charset='utf-
8
'
/>
5
<meta
name='viewport' content='initial-scale=
1
'
/>
6
<style>
7
@font-face {
8
font-family: test;
9
src: url(../fonts/sil/CharisSIL-R.ttf);
10
}
11
12
body {
13
font-family: test;
14
line-height:
2
;
15
}
16
17
.container {
18
padding:
1
rem
0 0.3
rem;
19
}
20
21
.placeholder {
22
font-style: italic;
23
position: absolute;
24
font-size:
8
em;
25
}
26
</style>
27
</head>
28
<body>
29
<div
class='container'
>
30
<div
class='placeholder'
>
aI
́̂̃̄
z
31
</div>
32
</body>
33
</html>