summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html b/testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html
new file mode 100644
index 0000000000..b468121c67
--- /dev/null
+++ b/testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<title>CSS Test Reference</title>
+<link rel="author" title="L. David Baron" href="https://dbaron.org/">
+<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
+<link rel="mismatch" href="font-size-zero-1-notref.html">
+<style>
+/* spec ambiguous whether font-size-adjust influences line-height: normal */
+body { line-height: 1.2 }
+
+p { margin: 1em 0 }
+p.first { margin-bottom: 2em }
+</style>
+
+<p class="first">before</p>
+<p>after</p>