blob: e46b93b349499788226cf7d9ad923d3775d27b8a [file] [log] [blame]
<!DOCTYPE html>
<html
<head>
<title>Scrolling of iframe</title>
<style>
.testdiv {
float: left;
background: green;
border: 0;
height: 100px;
width: 100px;
}
</style>
</head>
<body>
<p>This test passes if you see a green square.</p>
<div class="testdiv"></div>
</body>
</html>