summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/ex-unit-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-face/ex-unit-1.html')
-rw-r--r--layout/reftests/font-face/ex-unit-1.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/font-face/ex-unit-1.html b/layout/reftests/font-face/ex-unit-1.html
new file mode 100644
index 0000000000..d39f101683
--- /dev/null
+++ b/layout/reftests/font-face/ex-unit-1.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<title>ex unit with Ahem font</title>
+<style type="text/css">
+@font-face { font-family: "Ahhhem"; src: url(../fonts/Ahem.ttf); }
+html { background: white; }
+body { font-family: Ahhhem; font-size: 50px; height: 2ex; width: 2ex; background: blue; }
+</style>