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
/
overflow
/
infiniteRecursion.html
blob
deade283a5b4938830bbee928eedcc1c1892a628
1
<html>
2
<head>
3
<style>
4
div {
5
font-family:
"Lucida Grande"
;
6
font-size:
10.5
px;
7
}
8
.gallery {
9
border:
10
px solid red;
10
overflow:auto;
11
float:left;
12
}
13
.gallery img {
14
float:left;
15
margin-right:
6
px;
16
}
17
</style>
18
</head>
19
20
<body>
21
<div
class
=
"gallery"
>
22
<img
src
=
""
width
=
"86"
height
=
"66"
/>
23
<div>
x
</div>
24
<div>
Ted and the miniature Teddy
</div>
25
</div>
26
</body>
27
</html>