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-expected.html
blob
da7e82d0faea0859e1eeb441ac98c4f890e640d5
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: inline-block;
17
width:
15
px;
18
height:
10
px;
19
margin:
0
;
20
background: black;
21
vertical-align: top;
22
}
23
</style>
24
</head>
25
<body>
26
<div><i></i>
Test
</div>
27
<p>
28
List item above should be on same line as the word 'Test'.
29
</p>
30
</body>
31
</html>