Index: ManualTests/blackberry/video-hls-controls.html |
diff --git a/ManualTests/blackberry/video-hls-controls.html b/ManualTests/blackberry/video-hls-controls.html |
deleted file mode 100644 |
index b0fccdb22ab2c9614d401cda75805e090524d92a..0000000000000000000000000000000000000000 |
--- a/ManualTests/blackberry/video-hls-controls.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<html> |
-<head> |
- <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
- <title>Dynamic Live Streaming controls</title> |
-</head> |
-<body> |
-<h3>Dynamic Live Streaming controls</h3> |
-<p>This page exists to test the hiding of the timeline container for |
-dynamic live streams. Once metadata loads, the control bar below should |
-contain only 3 buttons: "play" on the left, and "fullscreen" & "mute |
-(volume)" on the right. No seek slider or media times should be shown. |
-If only the "play" button shows, it means the link to the test video is |
-out of date. |
-</p> |
- |
-<video width="300" height="200" controls> |
- <source src="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlist.m3u8"> |
-</video> |
- |
-<br> <br> <br> |
-<a href="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlist.m3u8">Link directly to video</a> |
-</body></html> |