blob: 7bd2796896573e839e01e7cb72b29715a18f72c9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#article { width: 50px; height: 50px; background-color: blue; }
#region { border: 25px solid green; display: table-cell; position: relative; }
</style>
</head>
<body>
<p>Test that a table cell can become a region.</p>
<p>On success, you should see a blue rectangle with a green border and no red.<p>
<div id="region">
<div id="article"></div>
</div>
</body>
</html>