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
Bug 1874684 - Part 20: Tag stack classes with MOZ_STACK_CLASS. r=allstarschh
[gecko.git]
/
gfx
/
tests
/
reftest
/
1722689-1.html
blob
cf3c64e8cb61cc7ee6c6920abcd1e67c1d71c308
1
<!doctype
html
>
2
<meta
charset=utf-
8
>
3
<style>
4
@font-face {
5
font-family: Ahem;
6
src: local(
"Ahem"
), url(Ahem.ttf);
7
}
8
div {
9
width:
0
;
10
height:
0
;
11
position: absolute;
12
top:
50
px;
13
font:
0.1
px/
0
Ahem;
14
transform: scale(
250
);
15
}
16
</style>
17
<div>
test
</div>