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
/
complex-text-trailing-space.html
blob
eb1671f87fcdcf810643ec207c3234b4fc27ec3a
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
li, a {
7
display: inline;
8
float: left;
9
font-family: Tunga;
10
font-size:
12
px;
11
border:
1
px solid black;
12
}
13
div {
14
clear: both;
15
}
16
</style>
17
</head>
18
<body>
19
<ul>
20
<li><a
href
=
"#"
>
ಅಡುಗೆ-ಆಹಾರ
</a></li>
21
</ul>
22
<div>
</div>
23
<p>
24
Complex text with trailing space test.
25
<br>
26
Element above should not wrap and should render the same when
27
forced to use the complex path.
28
</p>
29
</body>
30
</html>