Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / overflow-applies-to-002-expected.html
blob8a5841abdcc14c52d35b07e0f9063e6ea2802a95
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Reference Result</title>
5 <meta name="flags" content="ahem">
6 <style type="text/css">
7 #table
9 border: 5px solid transparent;
10 color: white;
11 display: table;
12 font: 20px/1em Ahem;
13 height: 5em;
14 table-layout: fixed;
15 width: 5em;
17 #row
19 display: table-row;
21 #cell
23 display: table-cell;
24 white-space: nowrap;
26 #span2
28 color: green;
30 </style>
31 </head>
32 <body>
33 <p>Test passes if there is a green box below.</p>
34 <div id="table">
35 <div id="row">
36 <div id="cell"><span>XXXXX</span><span id="span2">XXXXX</span></div>
37 </div>
38 </div>
39 </body>
40 </html>