mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
837 B
HTML
29 lines
837 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
|
}
|
|
body {
|
|
font-family: test;
|
|
line-height: 1.5em;
|
|
}
|
|
</style>
|
|
<title>Test - word-break: break-all with rtl and diacritics, no ligatures</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
ا<br>ﻟ<br>ﻌ<br>ﺮ<br>ﺑ<br>ﻲ<br>
|
|
ا<br>ﻟ<br>ﻀَّ<br>ﺎ<br>ﻟِّ<br>ﻴ<br>ﻦَ
|
|
</div>
|
|
<br>
|
|
<div>
|
|
العربي<br>
|
|
الضَّالِّينَ
|
|
</div>
|
|
</body>
|
|
</html>
|