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