UNPKG

@cliqz-oss/firefox-client

Version:
17 lines (16 loc) 213 B
<!DOCTYPE html> <html> <head> <title>Logs tests</title> <meta charset="utf-8"> <script> console.log("hi"); console.dir({a: 3}); foo; </script> </head> <body> <main> </main> </body> </html>