blob: 2d4652a085d0c3e2e759e5ccde251edebb1dadc2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we stop generating renderers at certain nesting depth.</title>
<style>
div {
width: 102px;
height: 102px;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>