diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-pseudo')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties-ref.html | 4 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties-ref.html b/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties-ref.html index 093674d81b2..a8fb980ff09 100644 --- a/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties-ref.html +++ b/tests/wpt/web-platform-tests/css/css-pseudo/marker-font-properties-ref.html @@ -5,6 +5,10 @@ <title>CSS Test: ::marker formatting with font properties reference file</title> <link rel="author" title="Daniel Bates" href="mailto:dbates@webkit.org"> <style> +ol { + line-height: 30px; +} + li { font-family: sans-serif; font-size: 24px; 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; } |