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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!--
2 This HTML file contains a div for a player which is used for performance testing
3 (chrome/test/functional/media_perf.py).
4 The query string should contain the following information:
5 tag (optional): HTML video/audio tag (default is video).
6 media (required): media file name.
7 t (optional): if specified, disables the media cache.
8
9 Example: "media_perf.html?tag=video&media=foo.webm&t=t"
10 -->
11 <html>
12 <body>
13 <div id='player_container'></div>
14 <script type='text/javascript' src='player.js'></script>
15 <script>
16 if (ok) {
17 player.play();
18 }
19 </script>
20 </body>
21 </html>
OLDNEW
« 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