blob: 6916a863f7bc668922a8e42d9fc3ecb3eb3b8275 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: repeating-linear-gradient(to bottom, white, silver 400px);
}
iframe {
position: relative;
width: 500px;
height: 3000px;
padding: 0;
background-color: gray;
}
</style>
</head>
<body>
<iframe id="nonscrollable_iframe" src="resources/scroll_nested_iframe_test_inner.html"></iframe>
</body>
</html>