blob: 96b5d811c26e6ca764269331420c2079924fa15f [file] [log] [blame]
<!doctype html>
<title>Inside list marker and normal text render identically: lower-greek</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-lower-greek-ref.html">
<style>
* {
padding: 0;
margin: 0;
}
ol {
list-style: lower-greek inside;
}
</style>
<ol>
<li>Filler Text</li>
</ol>