Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / float-wrap-zoom-expected.html
blobda7e82d0faea0859e1eeb441ac98c4f890e640d5
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: inline-block;
17 width: 15px;
18 height: 10px;
19 margin: 0;
20 background: black;
21 vertical-align: top;
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>