aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html b/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html
index d2570eb3085..a108792fa20 100644
--- a/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html
+++ b/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html
@@ -8,6 +8,10 @@
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#marker-pseudo">
<meta name="assert" content="Tests ::marker rendering with font properties">
<style>
+ol {
+ line-height: 30px;
+}
+
li {
list-style-type: lower-alpha;
}