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