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-003-expected.html
blob
6c950042c9f7feb2c0686d1c7b1d103ca0badd90
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#image-shape {
6
float: left;
7
width:
100
px;
8
height:
100
px;
9
object-fit: contain;
10
}
11
12
#content {
13
font:
50
px/
1
Ahem, sans-serif;
14
color: green;
15
}
16
</style>
17
<div
id
=
"content"
>
18
X
<br>
19
<img
id
=
"image-shape"
20
src
=
"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px'><rect width='10' height='10' fill='blue'/></svg>"
/>
21
X
<br>
X
<br>
X
22
</div>
23
</body>
24
</html>
25