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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-controls-visibility-multimodal-touch-after-mouse.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, 7 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <style> 3 <style>
4 #no-video-media { 4 #no-video-media {
5 width: 320px; 5 width: 320px;
6 height: 240px; 6 height: 240px;
7 } 7 }
8 </style> 8 </style>
9 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 9 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
10 (Please avoid writing new tests using video-test.js) --> 10 (Please avoid writing new tests using video-test.js) -->
11 <script src=video-test.js></script> 11 <script src=video-test.js></script>
12 <script src=media-file.js></script> 12 <script src=media-file.js></script>
13 <script src=media-controls.js></script> 13 <script src=media-controls.js></script>
14 <script> 14 <script>
15 var controls; 15 var controls;
16 16
17 function runTest() 17 function runTest()
18 { 18 {
19 video = document.getElementById("no-video-media"); 19 video = document.getElementById("no-video-media");
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <p>Test video element control visibility with multimodal input. The controls 57 <p>Test video element control visibility with multimodal input. The controls
58 should hide after a timeout if the last input event was a tap.</p> 58 should hide after a timeout if the last input event was a tap.</p>
59 <p>This test only runs in DRT!</p> 59 <p>This test only runs in DRT!</p>
60 60
61 <video id="no-video-media" controls loop oncanplaythrough="runTest()"></vide o> 61 <video id="no-video-media" controls loop oncanplaythrough="runTest()"></vide o>
62 <script> 62 <script>
63 setSrcById("no-video-media", findMediaFile("video", "content/test")); 63 setSrcById("no-video-media", findMediaFile("video", "content/test"));
64 </script> 64 </script>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698