summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/399636-quirks-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/399636-quirks-ref.html')
-rw-r--r--layout/reftests/bugs/399636-quirks-ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/bugs/399636-quirks-ref.html b/layout/reftests/bugs/399636-quirks-ref.html
new file mode 100644
index 0000000000..df6778f974
--- /dev/null
+++ b/layout/reftests/bugs/399636-quirks-ref.html
@@ -0,0 +1,22 @@
+<html lang="en-US">
+<head>
+ <title>Reftest, bug 399636</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <style type="text/css">
+ body { text-rendering: optimizeLegibility; }
+
+ span { font-family: serif; }
+
+ /* ensure consistent vertical positioning under variation in
+ first-choice font */
+ p { line-height: 50px; font-size: 16px; }
+ span, font { line-height: 25px; }
+
+ </style>
+</head>
+<body>
+
+<p>&nbsp;<span>PASS</span></p>
+
+</body>
+</html>