Index: chrome/test/data/media/html/media_perf.html |
diff --git a/chrome/test/data/media/html/media_perf.html b/chrome/test/data/media/html/media_perf.html |
deleted file mode 100644 |
index b8461af43a9301ee91dee165319b408699df6d99..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/media/html/media_perf.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!-- |
-This HTML file contains a div for a player which is used for performance testing |
-(chrome/test/functional/media_perf.py). |
-The query string should contain the following information: |
- tag (optional): HTML video/audio tag (default is video). |
- media (required): media file name. |
- t (optional): if specified, disables the media cache. |
- |
- Example: "media_perf.html?tag=video&media=foo.webm&t=t" |
---> |
-<html> |
-<body> |
-<div id='player_container'></div> |
-<script type='text/javascript' src='player.js'></script> |
-<script> |
-if (ok) { |
- player.play(); |
-} |
-</script> |
-</body> |
-</html> |