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-image-fit-002-expected.html
blob
42f0d08a0fe3dd70f6f5096d12a21f3fdfc25d5f
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#image-shape {
6
float: left;
7
width:
100
px;
8
height:
200
px;
9
}
10
11
#content {
12
font:
50
px/
1
Ahem, sans-serif;
13
color: green;
14
}
15
</style>
16
<div
id
=
"content"
>
17
<img
id
=
"image-shape"
/>
18
X
<br>
X
<br>
X
<br>
X
<br>
X
19
</div>
20
</body>
21
</html>
22