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-005-expected.html
blob
e32de354f0771c5c56c21a605f62cec6e4fb392c
1
<html>
2
<head>
3
<style>
4
#image-shape {
5
float: left;
6
width:
100
px;
7
height:
200
px;
8
object-fit: cover;
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
src
=
"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='100px'><rect width='10' height='100' fill='blue'/></svg>"
>
19
</img>
20
X
<br>
X
<br>
X
<br>
X
<br>
X
21
</div>
22
</body>
23
</html>
24