Skip to content

Commit c3cbf7e

Browse files
committed
Bug 1747934 - Make marker-line-height pass reliably in all platforms.
The line height might be font-family-dependent. MANUAL PUSH: Trivial orange fix CLOSED TREE
1 parent 9b8b58d commit c3cbf7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

testing/web-platform/tests/css/css-pseudo/marker-line-height-ref.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<title>CSS Reftest Reference</title>
44
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
55
<style>
6+
::marker { font-family: inherit; }
67
ol {
78
float: left;
89
width: 50px;

testing/web-platform/tests/css/css-pseudo/marker-line-height.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="match" href="marker-line-height-ref.html">
88
<meta name="assert" content="Checks that ::marker supports 'line-height', both explicitly set or inherited from an ancestor">
99
<style>
10+
::marker { font-family: inherit; }
1011
ol {
1112
float: left;
1213
width: 50px;

0 commit comments

Comments
 (0)