diff options
Diffstat (limited to 'devtools/client/commandline/test/browser_cmd_screenshot.html')
-rw-r--r-- | devtools/client/commandline/test/browser_cmd_screenshot.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devtools/client/commandline/test/browser_cmd_screenshot.html b/devtools/client/commandline/test/browser_cmd_screenshot.html new file mode 100644 index 000000000..d86966188 --- /dev/null +++ b/devtools/client/commandline/test/browser_cmd_screenshot.html @@ -0,0 +1,18 @@ +<html> + <head> + <style> + img { + height: 100px; + width: 100px; + } + .overflow { + overflow: scroll; + height: 200%; + width: 200%; + } + </style> + </head> + <body> + <img id="testImage" ></img> + </body> +</html> |