Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / inline-table-valign-002-expected.html
blob24243e1b89a75f1fa3812744c10cba41bb164144
1 <!DOCTYPE>
2 <html>
3 <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
4 <style type="text/css">
5 div.stripe
7 height: 40px;
8 width: 200px;
11 div#black {background-color: black; width: 600px; height: 50px;}
13 div#orange {background-color: orange; position: relative; left: 200px; height: 30px;}
15 div#blue
17 background-color: blue;
18 height: 10px;
19 width: auto;
21 </style>
22 <div class="stripe" id="black"></div>
23 <div class="stripe" id="orange"></div>
24 <div id="blue"></div>
25 <p>Test passes if the following 5 conditions are met: there is a black stripe, there is an orange stripe, there is a blue line, the black stripe's bottom is touching the top of the orange stripe and the orange stripe's bottom is touching the top of the blue line.</p>
26 </html>