wpt / css / css-lists / content-property / marker-text-matches-decimal.html

Status: PASS | Duration: 4ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

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

<!doctype html>
<title>Inside list marker and normal text render identically: decimal</title>
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
<link rel=match href="marker-text-matches-decimal-ref.html">
<style>
* {
    padding: 0;
    margin: 0;
}
ol {
    list-style: decimal inside;
}
</style>

<ol>
  <li>Filler Text</li>
</ol>

/css/css-lists/content-property/marker-text-matches-decimal-ref.html

<!doctype html>
<title>Reference: Inside list marker and normal text render identically: decimal</title>
<style>
* {
    margin: 0;
    padding: 0;
}
</style>
<p>1. Filler Text