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) 264 B
<!DOCTYPE html> <html> <head> <title>dynamic-multiple</title> <script>setTimeout(function () { document.body.classList.add('second');setTimeout(function () { document.body.classList.add('third') }, 900) }, 900)</script> </head> <body class="first"></body> </html>