Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / float-wrap-zoom.html
blobb3f6c769693a38fddae1425220b23d10f70d2b07
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 zoom: 1.1;
9 div {
10 display: inline-block;
11 border: 0px solid black;
12 font: large sans-serif;
15 i {
16 display: block;
17 float: left;
18 width: 15px;
19 height: 10px;
20 margin: 0;
21 background: black;
22 vertical-align: top;
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>