chromium/third_party/blink/web_tests/virtual/text-antialias/emphasis-complex.html

<meta charset="utf-8">
<title>Emphasis Marks on Complex Text</title>
<style>
@font-face
{
font-family: libertine;
src: url("../../third_party/Libertine/LinLibertine_R.woff");
}

body {
font-size: 30px;
}

p {
    -webkit-text-emphasis-color: red;
    -webkit-text-emphasis-style: open;
}

.lib {
    font-family: libertine;
}

</style>
</head>
<body>
<!-- Emphasis circles are supposed to appear above all grapheme clusters, not just all glyphs. -->
<p>كتاب ألف ليلة وليلة</p>
<p>ភាសាខ្មែរ ភាសាខ្មែរ អត្ថបទ​គំរូ</p>
<p>MixedदेवनागरीMixed</p>
<p class="lib">AffiZ Af̀fiZ Libertine</p>
<p >Af̀fiZ Default Font</p>
</body></html>