Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / 014.html
blob5077af4b73699c711127b2d3f3c931bc914ee38f
1 <html>
2 <head>
3 <style>
4 body {
5 font-family: sans-serif;
6 font-size: 14px;
9 img
11 vertical-align: middle;
12 border-style: none;
15 </style>
16 </head>
17 <body>
18 <a href="foo.html"><img style="background-color:green" width=21 height=21></a> <img style="background-color:green" width=21 height=21>
19 The two green blocks should line up
20 vertically.