UNPKG

slimerjs-firefox

Version:

This repo includes slimerjs as well as downloads a local copy of Firefox.

13 lines (12 loc) 238 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Long Running Script</title> <script type="text/javascript"> while (true) {} </script> </head> <body> </body> </html>