repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
international
/
vertical-positioning-with-combining-marks-expected.html
blob
697a9b5ee3ce87bc8d11823f85b79de9f74c78f0
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf8"
>
5
<style>
6
div {
7
font-size:
24
pt;
8
position: relative;
9
}
10
div
>
span {
11
visibility: hidden;
12
display: inline-block;
13
position: absolute;
14
top:
0
px;
15
left:
0
px;
16
width:
100
%;
17
height:
9
pt;
18
background: white;
19
}
20
</style>
21
</head>
22
<body>
23
<div>
ب-ب-ب
<span
id
=
"mask"
>
</span></div>
24
<p>
25
The three Arabic glyphs above should have the same baseline.
26
</p>
27
</body>
28
</html>