blob: 089a6e1ec1dad069bda97b5f40d3c5cf1be75d46 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<title>CSS Regions region-fragment-break-1 reference</title>
<link rel="author" title="Andy Hall" href="mailto:andhall@adobe.com">
<link rel="reviewer" title="Alan Stearns" href="mailto:stearns@adobe.com">
<style>
.box {
width: 100px;
height: 200px;
background-color: green;
}
</style>
</head>
<body>
<p>
Test passes if you see a green rectangle and no red.
</p>
<div class="box"></div>
</body>
</html>