browser_cmd_screenshot.html 270 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <style>
  4. img {
  5. height: 100px;
  6. width: 100px;
  7. }
  8. .overflow {
  9. overflow: scroll;
  10. height: 200%;
  11. width: 200%;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <img id="testImage" ></img>
  17. </body>
  18. </html>