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
/
sub-pixel
/
float-wrap-zoom.html
blob
b3f6c769693a38fddae1425220b23d10f70d2b07
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
zoom:
1.1
;
7
}
8
9
div {
10
display: inline-block;
11
border:
0
px solid black;
12
font: large sans-serif;
13
}
14
15
i {
16
display: block;
17
float: left;
18
width:
15
px;
19
height:
10
px;
20
margin:
0
;
21
background: black;
22
vertical-align: top;
23
}
24
</style>
25
</head>
26
<body>
27
<div><i></i>
Test
</div>
28
<p>
29
List item above should be on same line as the word 'Test'.
30
</p>
31
</body>
32
</html>