test-console-log.html 461 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8' />
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  6. <meta name="description" content="php-phantomjs : Default test page" />
  7. <title>php-phantomjs - Console log test page</title>
  8. </head>
  9. <body>
  10. <h1>PHANTOMJS_CONSOLE_LOG_TEST</h1>
  11. <script type="text/javascript">
  12. console.log('PHANTOMJS_CONSOLE_LOG_TEST');
  13. </script>
  14. </body>
  15. </html>