summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin.html
blob: 903ef8f57dd879ab3fb03278d36867eba0a1ecd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<title>Inside list marker and normal text render identically: upper-latin</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-upper-latin-ref.html">
<style>
* {
    padding: 0;
    margin: 0;
}
ol {
    list-style: upper-latin inside;
}
</style>

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