mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
17 lines
384 B
HTML
17 lines
384 B
HTML
<!DOCTYPE html>
|
|
<!-- Tests bidi class of U+070F SYRIAC ABBREVIATION MARK -->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: serif;
|
|
font-size: 24px;
|
|
}
|
|
</style
|
|
<body>
|
|
<p dir="rtl" style="unicode-bidi: bidi-override;">١٢،܏ܟܥ</p>
|
|
</body>
|
|
</html>
|