blob: d664f123f742b236b4fa6e52ad0520348439ec28 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
}
.frame {
height: 200px;
width: 200px;
}
</style>
</head>
<body>
<div class="frame">This tests that the iframe should be scroll to the top of the page on iOS.</div>
</body>
</html>