blob: 200c7f1a663b549ee53dff908dcde20dbd9b53b4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css" media="screen">
iframe {
height: 170px;
width: 250px;
border: 1px solid black;
}
</style>
</head>
<body>
<p>This is the intermediate frame</p>
<iframe src="inner-frame.html" scrolling="no"></iframe>
</body>
</html>