blob: 13254bbcbbf44dce896f43377afe9046b09b1979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE HTML>
<title>Testcase, bug 518172</title>
<style type="text/css">
@font-face {
font-family: "MarkA";
src: url(../fonts/markA.ttf);
}
html, body { margin: 0; padding: 0; }
body { font: 200px/200px MarkA; }
div#one { width: 200px; height:200px; padding: 100px;
-moz-transform: rotate(90deg); }
</style>
<div id="one">A</div>
|