summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-inflation/css-transform-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-inflation/css-transform-1-ref.html')
-rw-r--r--layout/reftests/font-inflation/css-transform-1-ref.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/font-inflation/css-transform-1-ref.html b/layout/reftests/font-inflation/css-transform-1-ref.html
new file mode 100644
index 0000000000..59cafed43c
--- /dev/null
+++ b/layout/reftests/font-inflation/css-transform-1-ref.html
@@ -0,0 +1,6 @@
+<!DOCTYPE HTML>
+<style>
+div { font-size: 34px; width: 150px; line-height: 1.0; white-space: nowrap }
+span { transform-origin: 0 0; transform: scale(1.2); }
+</style>
+<div><span>Hello world</span></div>