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