blob: 003d8ccd73a415ee4ffd701376a5a117e40430df [file] [log] [blame]
<!DOCTYPE html>
<style>
iframe {
width: 200px;
height: 300px;
}
#scroller {
width: 250px;
height: 100px;
overflow: scroll;
}
</style>
<div id="scroller">
<iframe id="nestedFrame" src="nested-frame.html"></iframe>
</div>