2 <!-- LayoutTests location is hard-coded to avoid duplication of code. -->
3 <script src=
"http://svn.webkit.org/repository/webkit/trunk/LayoutTests/media/media-file.js"></script>
7 function canplaythrough()
14 vid
= document
.getElementById('vid');
15 vid
.addEventListener('canplaythrough', canplaythrough
);
20 vid
.src
= "http://src.chromium.org/svn/trunk/src/chrome/test/data/media/" + findMediaFile("video", "bear");
25 <video id=vid controls autoplay
>
27 <p>TEST: Video should be muted (e.g., controls) and also produce no sound (
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=57673">bug
57673</a>).
</p>
28 <input type=
"button" value=
"Load movie" onclick=
"load()">