Skip to content

Commit 17e544e

Browse files
Mats Palmgrenmoz-wptsync-bot
Mats Palmgren
authored andcommitted
Fix a few bogus list-style-type:square/circle/disc tests.
Depends on D129847 Differential Revision: https://phabricator.services.mozilla.com/D129848 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1738297 gecko-commit: fb066a29b77ed7f3e32779148d8dd1db1b09efac gecko-reviewers: emilio
1 parent b65b172 commit 17e544e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

css/css-lists/content-property/marker-text-matches-circle.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
ol {
1212
list-style: circle inside;
1313
}
14+
::marker { font-family: inherit; }
1415
</style>
1516

1617
<ol>

css/css-lists/content-property/marker-text-matches-disc.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
ol {
1212
list-style: disc inside;
1313
}
14+
::marker { font-family: inherit; }
1415
</style>
1516

1617
<ol>

css/css-lists/content-property/marker-text-matches-square.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
ol {
1212
list-style: square inside;
1313
}
14+
::marker { font-family: inherit; }
1415
</style>
1516

1617
<ol>

0 commit comments

Comments
 (0)