blob: 443c013252df3b88d086edccce382bebfea82d32 [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-caption; background-color: red; position: relative; }
</style>
</head>
<body>
<p>Test that a table caption 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>