summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/518172-b-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/518172-b-ref.html')
-rw-r--r--layout/reftests/bugs/518172-b-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/518172-b-ref.html b/layout/reftests/bugs/518172-b-ref.html
new file mode 100644
index 0000000000..b1ef557e98
--- /dev/null
+++ b/layout/reftests/bugs/518172-b-ref.html
@@ -0,0 +1,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>
+