blob: e5ce613ea4542444ba6757657f90f3dc759ec692 [file] [log] [blame]
<!DOCTYPE html>
<style>
#subframe {
width: 400px;
height: 500px;
background-color: blue;
}
#scroller {
height: 200px;
width: 300px;
overflow: scroll;
}
</style>
<div id="scroller">
<iframe id="subframe"></iframe>
</div>