gecko/layout/reftests/bugs/518172-b-ref.html

18 lines
351 B
HTML
Raw Normal View History

2009-12-22 13:55:48 -08:00
<!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>