blob: bfb3393258bde9b00cfc4219f2419dd403a1a052 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
height: 2000px;
}
#scrollable {
margin-top: 50px;
margin-left: 50px;
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<iframe src="iframe-scrolling-inner.html" id="scrollable"/>
</body>
</html>