Index: ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/ppapi_ppb_url_request_info.html |
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/ppapi_ppb_url_request_info.html b/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/ppapi_ppb_url_request_info.html |
deleted file mode 100644 |
index 5c33195a09bdf92213cece1f26d58fef96b4e119..0000000000000000000000000000000000000000 |
--- a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/ppapi_ppb_url_request_info.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
-<html> |
- <!-- Copyright (c) 2011 Google Inc. All rights reserved. --> |
- <head> |
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
- <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
- <script type="text/javascript" src="nacltest.js"></script> |
- <script type="text/javascript" src="ppapi_ppb_url_request_info.js"></script> |
- <title>PPAPI PPB_URLRequestInfo Test</title> |
- </head> |
- <body> |
- <h1>PPAPI PPB_URLRequestInfo Test</h1> |
- |
- <embed type="application/x-nacl" id="test_nexe" |
- name="nacl_module" |
- src="ppapi_ppb_url_request_info.nmf" |
- width="0" height="0" /> |
- |
- <script type="text/javascript"> |
- //<![CDATA[ |
- var tester = new Tester(); |
- setupTests(tester, $('test_nexe')); |
- tester.waitFor($('test_nexe')); |
- tester.run(); |
- //]]> |
- </script> |
- </body> |
-</html> |