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
/
shapes
/
shape-outside-floats
/
shape-outside-floats-not-a-layer-expected.html
blob
5b31813d2a82dd1600bca9f3375957ba361dd944
1
<!DOCTYPE
html
>
2
<style>
3
.container {
4
position: relative;
5
height:
10
px;
6
width:
50
px;
7
background-color: red;
8
}
9
.left {
10
position: absolute;
11
left:
0
;
12
top:
0
;
13
font:
10
px/
1
Ahem;
14
color: green;
15
}
16
</style>
17
<body>
18
You should see a green rectangle. You shouldn't see any red.
19
<div
class
=
"container"
>
20
<div
class
=
"left"
>
21
XXXXX
22
</div>
23
</div>
24
</body>