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.

9 lines (8 loc) 169 B
<!DOCTYPE html> <html> <head> <title>delayed</title> <script>setTimeout(function () { document.body.innerHTML = 'delayed' }, 100)</script> </head> <body></body> </html>