blob: b812afa8c82e658cc9cd080e02310ed363235cad [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#redirectRegion {
-webkit-flow-from: flow2;
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<p>Test that a child of a region cannot be displayed in another region.</p>
<p>On success you should see a green rectangle below and no red.</p>
<div id="redirectRegion"></div>
</body>
</html>