Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/content-property/marker-text-matches-armenian.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Inside list marker and normal text render identically: armenian</title>
<link rel=match href="marker-text-matches-armenian-ref.html">
<style>
* {
padding: 0;
margin: 0;
}
ol {
list-style: armenian inside;
}
</style>
<ol>
<li>Filler Text<span style="display: inline-block; width: 1px; height: 50px;"></span></li>
</ol>