UNPKG

grunt-html-dom-snapshot

Version:

Takes snapshots of the HTML markup on web pages - their immediate DOM content - and screenshots of their viewport - how they look like.

10 lines (9 loc) 104 B
<!DOCTYPE html> <html> <head> <title>input</title> </head> <body> <input type="text"> </body> </html>