Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / table-cell-as-region-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <style>
5             #article { width: 50px; height: 50px; background-color: blue; }
6             #region { border: 25px solid green; display: table-cell; position: relative; }
7         </style>
8     </head>
9     <body>
10         <p>Test that a table cell can become a region.</p>
11         <p>On success, you should see a blue rectangle with a green border and no red.<p>
12         <div id="region">
13             <div id="article"></div>
14         </div>
15     </body>
16 </html>