blob: a090a2891f4a90052bdc71963796b13951e4c861 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#article { -webkit-flow-into: flow; width: 50px; height: 50px; background-color: blue; }
#region { -webkit-flow-from: flow; border: 25px solid green; display: table-cell; background-color: red; }
</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="article"></div>
<div id="region"></div>
</body>
</html>