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-image-margin-005-expected.html
blob
ef27f5c12f56cc1b4c71dbe32949c83c4a492a19
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#content {
6
font:
25
px/
1
Ahem, sans-serif;
7
color: green;
8
text-align: right;
9
}
10
11
#image-shape {
12
float: right;
13
width:
100
px;
14
height:
100
px;
15
margin:
25
px;
16
background-color: blue;
17
}
18
</style>
19
</head>
20
<body>
21
<p>
The green rectangles should wrap around the blue
100
x100 rectangle and a
25
pixel margin.
</p>
22
<div
id
=
"content"
>
23
<div
id
=
"image-shape"
></div>
24
X
<br>
X
<br>
X
<br>
X
<br>
X
<br>
X
<br>
X
25
</div>
26
</body>
27
</html>