瀏覽代碼

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>