| Index: LayoutTests/media/resources/video-with-poster-as-object-fallback.html
|
| diff --git a/LayoutTests/media/resources/video-with-poster-as-object-fallback.html b/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
|
| deleted file mode 100644
|
| index 7f6983bbc1eecee99358a96b2da16b622a84cba0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -<script src="../media-file.js"></script>
|
| -<body onload="opener.childLoaded()">
|
| -<object height="500" width="500">
|
| -<video id="theVideo" controls="controls" poster="../content/abe.png" preload="auto">
|
| -</video>
|
| -<script>
|
| -document.getElementById("theVideo").src = findMediaFile('video', '../content/counting');
|
| -</script>
|
| -</object>
|
| -</body>
|
|
|