blob: 75185d69daeea2c5650c72d4375434f00ed6efb4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<script src="resources/viewport-test-utils.js"></script>
<style>
body {
overflow: hidden;
height: 1000px;
}
.wide {
height: 1px;
width: 1000px;
background-color: gray;
}
</style>
</head>
<body onload="runTest()">
<p>Viewport: <span id="viewport"></span></p>
<div id="result"></div>
<div class="wide"></div>
</body>
</html>