no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / gfx / tests / reftest / 1722689-1.html
blobcf3c64e8cb61cc7ee6c6920abcd1e67c1d71c308
1 <!doctype html>
2 <meta charset=utf-8>
3 <style>
4 @font-face {
5 font-family: Ahem;
6 src: local("Ahem"), url(Ahem.ttf);
8 div {
9 width: 0;
10 height: 0;
11 position: absolute;
12 top: 50px;
13 font: 0.1px/0 Ahem;
14 transform: scale(250);
16 </style>
17 <div>test</div>