summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/518172-b-ref.html
blob: b1ef557e98c8661bee38bc14e8a98d9cb5329563 (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;
          transform: rotate(90deg); }

</style>
<div id="one">A</div>