|
|
@@ -0,0 +1,21 @@
|
|
|
+<!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">
|
|
|
+ cosole.log('PHANTOMJS_CONSOLE_LOG_TEST');
|
|
|
+ </script>
|
|
|
+
|
|
|
+ </body>
|
|
|
+</html>
|