Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / video-source-media.html
1 <body>
2 <script src=video-test.js></script>
3 <script>
4     waitForEvent('loadstart', function () { 
5         video = mediaElement = document.getElementsByTagName('video')[0];
6         testExpected("relativeURL(video.currentSrc)", "content/test.mp4");
7         endTest();
8     } );
9 </script>
10 <video controls>
11     <!-- the media attribute should be ignored -->
12     <source src=content/test.mp4 media="print">
13     <source src=content/error.mpeg>
14 </video>