summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-size-zero-1-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-fonts/font-size-zero-1-notref.html')
-rw-r--r--testing/web-platform/tests/css/css-fonts/font-size-zero-1-notref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-fonts/font-size-zero-1-notref.html b/testing/web-platform/tests/css/css-fonts/font-size-zero-1-notref.html
new file mode 100644
index 0000000000..c24e3d91eb
--- /dev/null
+++ b/testing/web-platform/tests/css/css-fonts/font-size-zero-1-notref.html
@@ -0,0 +1,12 @@
+<!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/">
+<style>
+/* spec ambiguous whether font-size-adjust influences line-height: normal */
+body { line-height: 1.2 }
+</style>
+
+<p>before</p>
+<p>zero</p>
+<p>after</p>