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

Side by Side Diff: LayoutTests/media/video-capture-preview.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
1 <!DOCTYPE HTML"> 1 <!DOCTYPE HTML">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src=../../../media/media-file.js></script> 4 <script src=media-file.js></script>
5 <script src=../../../media/video-test.js></script> 5 <script src=video-test.js></script>
6 <script src=../../../media/video-played.js></script> 6 <script src=video-played.js></script>
7 7
8 <script type="text/javascript"> 8 <script type="text/javascript">
9 9
10 var previewURL = ""; 10 var previewURL = "";
11 var localStream = null; 11 var localStream = null;
12 12
13 if (window.internals) 13 if (window.internals)
14 window.internals.settings.setMediaPlaybackRequiresUserGesture(true); 14 window.internals.settings.setMediaPlaybackRequiresUserGesture(true);
15 15
16 function startPreview() 16 function startPreview()
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 61
62 </script> 62 </script>
63 </head> 63 </head>
64 64
65 <body onload="playPreview()"> 65 <body onload="playPreview()">
66 <video width="320" height="240" autoplay="autoplay"></video> 66 <video width="320" height="240" autoplay="autoplay"></video>
67 </body> 67 </body>
68 </html> 68 </html>
69 69
OLDNEW
« no previous file with comments | « LayoutTests/media/video-black-bg-in-media-document-expected.txt ('k') | LayoutTests/media/video-capture-preview-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698