Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / floats-149-expected.html
blob3546447df080df9bac707d76c6ddc121b4abba81
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 table
13 border-spacing: 0px;
14 table-layout: fixed;
15 width: 100%;
20 padding: 0px;
21 vertical-align: top;
22 width: 50%;
25 div {background-color: green;}
26 </style>
28 </head>
30 <body>
32 <table>
33 <tr>
34 <td>There should be a green bar to the right: ⇨</td>
35 <td><div>&nbsp;</div></td>
36 </tr>
37 </table>
39 </body>
40 </html>