Files
mozilla45esr/devtools/client/commandline/test/browser_cmd_screenshot.html

19 lines
270 B
HTML

<html>
<head>
<style>
img {
height: 100px;
width: 100px;
}
.overflow {
overflow: scroll;
height: 200%;
width: 200%;
}
</style>
</head>
<body>
<img id="testImage" ></img>
</body>
</html>