chromium/third_party/blink/web_tests/external/wpt/css/css-lists/content-property/marker-text-matches-georgian.html

<!doctype html>
<title>Inside list marker and normal text render identically: georgian</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-georgian-ref.html">
<style>
* {
    padding: 0;
    margin: 0;
}
ol {
    list-style: georgian inside;
}
</style>

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