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.

15 lines (14 loc) 316 B
<!DOCTYPE html> <html> <head> <title>values</title> </head> <body> <select autofocus> <option value="1">One</option> <option value="2" selected>Two</option> </select> <input disabled="disabled" style="display:none" type="text" value="test"> <div class="class" tabindex="0">Text</div> </body> </html>