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
diff --git a/css/css-lists/content-property/marker-text-matches-circle.html b/css/css-lists/content-property/marker-text-matches-circle.html
index 138f73c..0086de0 100644
--- a/css/css-lists/content-property/marker-text-matches-circle.html
+++ b/css/css-lists/content-property/marker-text-matches-circle.html
@@ -11,6 +11,7 @@
 ol {
     list-style: circle inside;
 }
+::marker { font-family: inherit; }
 </style>
 
 <ol>
diff --git a/css/css-lists/content-property/marker-text-matches-disc.html b/css/css-lists/content-property/marker-text-matches-disc.html
index e2456cb..dfbfeee 100644
--- a/css/css-lists/content-property/marker-text-matches-disc.html
+++ b/css/css-lists/content-property/marker-text-matches-disc.html
@@ -11,6 +11,7 @@
 ol {
     list-style: disc inside;
 }
+::marker { font-family: inherit; }
 </style>
 
 <ol>
diff --git a/css/css-lists/content-property/marker-text-matches-square.html b/css/css-lists/content-property/marker-text-matches-square.html
index 9095017..247e00e 100644
--- a/css/css-lists/content-property/marker-text-matches-square.html
+++ b/css/css-lists/content-property/marker-text-matches-square.html
@@ -11,6 +11,7 @@
 ol {
     list-style: square inside;
 }
+::marker { font-family: inherit; }
 </style>
 
 <ol>