Explorar o código

Removing redundant test

Jonny Wenmoth %!s(int64=11) %!d(string=hai) anos
pai
achega
a5112b48fe
Modificáronse 1 ficheiros con 0 adicións e 21 borrados
  1. 0 21
      tests/test-console-log.html

+ 0 - 21
tests/test-console-log.html

@@ -1,21 +0,0 @@
-<!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>