Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / floats-001-expected.html
blob1e7d4ae731e5486214d953166b2bc00c9b39557e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
4 <head>
6 <title>CSS Reftest Reference</title>
8 <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
10 <style type="text/css">
11 div
13 border: black solid 5px;
14 height: 1in;
15 width: 2in;
18 img {vertical-align: top;}
19 </style>
21 </head>
23 <body>
25 <p>Test passes if the blue square is on the left inner edge of the hollow black rectangle.</p>
27 <div><img src="support/swatch-blue.png" width="96" height="96" alt="Image download support must be enabled"></div>
29 </body>
30 </html>