Sfoglia il codice sorgente

Removing redundant test

Jonny Wenmoth 11 anni fa
parent
commit
a5112b48fe
1 ha cambiato i file con 0 aggiunte e 21 eliminazioni
  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>