| 123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset='utf-8' />
- <meta http-equiv="X-UA-Compatible" content="chrome=1" />
- <meta name="description" content="php-phantomjs : Default test page" />
-
- <title>php-phantomjs - Console log test page</title>
- </head>
- <body>
- <h1>PHANTOMJS_CONSOLE_LOG_TEST</h1>
-
- <script type="text/javascript">
- console.log('PHANTOMJS_CONSOLE_LOG_TEST');
- </script>
- </body>
- </html>
|