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-leading-space-wrapping.html
blob
9c38c9f43962185012f02bc2f8f97c104ac76957
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
body {
7
font-family: Arial, sans-serif;
8
font-size:
13
px;
9
direction: ltr;
10
}
11
span {
12
display: block;
13
float: right;
14
}
15
</style>
16
</head>
17
<body>
18
<span
id
=
"chromiumsync-advanced-box"
>
19
<input
type
=
"checkbox"
>
20
<label>
21
কি সিঙ্ক করবেন তা চয়ন করুন
22
</label>
23
</span>
24
<p>
25
Text above should not wrap.
26
</p>
27
</body>
28
</html>