blob: 95c24453a7a3a7794c1284190db84e8c6e2081ff [file] [log] [blame]
<!DOCTYPE html>
<!--
| Characters with mirror glyphs, such as parentheses, should use their
| mirror glyph when appearing within an RTL run.
-->
<html>
<head>
<meta charset="utf-8">
<style>
body {
margin: 0px;
font-family: Roboto, Noto Naskh Arabic UI;
font-size: 20px;
color: #fff;
}
.containing-block {
background-color: #03a9f4;
width: 200px;
line-height: 1.2em;
}
</style>
</head>
<body>
<div class="containing-block">
<span>ط(ل[ت{د}ل]ت)د</span>
</div>
</body>
</html>