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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-timeupdate-during-playback.html

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 3
4 <video controls></video> 4 <video controls></video>
5 5
6 <p> 6 <p>
7 Test 'timeupdate' events are posted while playing but not while paused. 7 Test 'timeupdate' events are posted while playing but not while paused.
8 </p> 8 </p>
9 <script src=media-file.js></script> 9 <script src=media-file.js></script>
10 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 10 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
11 (Please avoid writing new tests using video-test.js) --> 11 (Please avoid writing new tests using video-test.js) -->
12 <script src=video-test.js></script> 12 <script src=video-test.js></script>
13 <script> 13 <script>
14 setSrcByTagName("video", findMediaFile("video", "content/test")); 14 setSrcByTagName("video", findMediaFile("video", "content/test"));
15 15
16 var timeupdateEventCount = 0; 16 var timeupdateEventCount = 0;
17 var countWhilePlaying = 0; 17 var countWhilePlaying = 0;
18 18
19 function someTimeLater() 19 function someTimeLater()
20 { 20 {
(...skipping 28 matching lines...) Expand all
49 waitForEvent("pause", pause); 49 waitForEvent("pause", pause);
50 waitForEvent("play"); 50 waitForEvent("play");
51 waitForEvent("playing", playing); 51 waitForEvent("playing", playing);
52 52
53 run("video.play()"); 53 run("video.play()");
54 consoleWrite(""); 54 consoleWrite("");
55 </script> 55 </script>
56 56
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-src-source.html ('k') | third_party/WebKit/LayoutTests/media/video-volume.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698