UNPKG

page-chauffeur

Version:

A cross browser library for writing functional tests using webdriver

26 lines 403 B
<!DOCTYPE html> <html> <head> <title>Screenshot Test Page</title> </head> <body id="screenShotTestPage"> <style> html, body { margin: 0; padding: 0; } body { border: 2px solid red; left:0; right:0; bottom: -100px; top: 0; position: absolute; } </style> <div> <h1>Screenshot test page</h1> </div> </body> </html>