repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1946184 - Fix computing the CSD margin right after calling HideWindowChrome(...
[gecko.git]
/
layout
/
reftests
/
indic-shaping
/
bengali-3b.html
blob
2e60382708f8f51c1ce98f523023deead83f0445
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
Simple Bengali shaping
</title>
6
<style>
7
@font-face {
8
font-family: lohit-bn;
9
src: url(../fonts/ttf-indic/lohit_bn.ttf);
10
}
11
body {
12
font-family: lohit-bn;
13
font-size:
36
px;
14
margin:
18
px;
15
}
16
.w {
17
color: white;
18
}
19
</style>
20
</head>
21
<body>
22
<!-- two-part vowel sign after cluster with ZWJ: surrounds entire cluster -->
23
<div>
24
ক্‍সো
25
</div>
26
</body>
27
</html>