UNPKG

intern-cli

Version:

The command line interface for Intern

17 lines (16 loc) 291 B
<!DOCTYPE html> <html> <head> <title>Test page</title> </head> <body> <script> setTimeout(function () { var div = document.createElement('div'); div.innerHTML = 'Foo'; div.className = 'bar'; document.body.appendChild(div); }, 1000); </script> </body> </html>