소스 검색

Removing redundant test

Jonny Wenmoth 11 년 전
부모
커밋
a5112b48fe
1개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  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>