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

Side by Side Diff: tools/telemetry/unittest_data/video_test.html

Issue 16854013: Telemetry media_measurement plus play action and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 <html>
scherkus (not reviewing) 2013/06/14 20:50:45 <!DOCTYPE html>
shadi 2013/06/17 19:13:59 Done.
2 <body>
3 <video id="video_1" src="bear.webm" controls></video>
scherkus (not reviewing) 2013/06/14 20:50:45 nit: in your other html pages you don't use a "_"
shadi 2013/06/17 19:13:59 Done.
4 <video id="video_2" src="bear.webm" controls></video>
5 </body>
6 <script type="text/javascript">
scherkus (not reviewing) 2013/06/14 20:50:45 script can go in body
shadi 2013/06/17 19:13:59 Done.
7 var videos = document.getElementsByTagName('video');
scherkus (not reviewing) 2013/06/14 20:50:45 what is the point of this statement? is some other
shadi 2013/06/17 19:13:59 Not really. I added it when I was thinking of othe
8 </script>
9 </html>
OLDNEW
« tools/telemetry/telemetry/page/actions/play.py ('K') | « tools/telemetry/unittest_data/bear.webm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698