Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / inline-block-with-margin-expected.html
blob2070ba0b85abc4af1191e4360e1de2ca3285f9b6
1 <!DOCTYPE>
2 <html>
3 <head>
4 <style>
5 div > span { margin-left: 0.4em; }
6 </style>
7 </head>
8 <body>
9 <div>Should not <span>wrap</span></div>
10 <section>
11 Line above should not wrap.
12 </section>
13 </body>
14 </html>