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
/
block
/
float
/
floats-and-text-indent-rl.html
blob
8400edf2752b6c9c68936bc710bfe8b8b871513d
1
<!DOCTYPE
html
>
2
<style>
3
#container {
4
text-indent:
100
px;
5
width:
200
px;
6
border:
1
px solid black;
7
}
8
#float {
9
float: right;
10
width:
50
px;
11
height:
50
px;
12
background: green;
13
}
14
</style>
15
<div
id
=
"container"
dir
=
"RTL"
>
16
<div
id
=
"float"
></div>
17
Some text that should not overlap the edge of the container.
18
</div>