mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
351 B
HTML
18 lines
351 B
HTML
<!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>
|
|
|