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
/
zerowidthjoiner-should-not-render-expected.html
blob
fc5f031c875bd223ad188fe0f7174259b957b3ab
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
ZWJ rendering
</title>
6
<style>
7
.complex { text-rendering: optimizeLegibility; }
8
</style>
9
</head>
10
<body>
11
<h1>
ZWJ rendering
</h1>
12
<div>
Foobar
</div>
13
<div
class
=
"complex"
>
Foobar
</div>
14
<div>
Foobar
</div>
15
<p>
16
The three lines above should be identical, ZWJ glyphs
17
should not render.
18
</p>
19
</body>
20
</html>