Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Unified Diff: chrome/test/data/media/html/media_perf.html

Issue 9666032: Cleanup deprecated PyAuto media tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update year. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/media/html/media_fps.html ('k') | chrome/test/data/media/html/media_track.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/media/html/media_fps.html ('k') | chrome/test/data/media/html/media_track.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698