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

Side by Side Diff: ManualTests/blackberry/video-hls-controls.html

Issue 780003004: Cleanup: Remove notification test from blackberry. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: g rm -rf ManualTests/blackberry Created 6 years 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
(Empty)
1 <html>
2 <head>
3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
4 <title>Dynamic Live Streaming controls</title>
5 </head>
6 <body>
7 <h3>Dynamic Live Streaming controls</h3>
8 <p>This page exists to test the hiding of the timeline container for
9 dynamic live streams. Once metadata loads, the control bar below should
10 contain only 3 buttons: "play" on the left, and "fullscreen" & "mute
11 (volume)" on the right. No seek slider or media times should be shown.
12 If only the "play" button shows, it means the link to the test video is
13 out of date.
14 </p>
15
16 <video width="300" height="200" controls>
17 <source src="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlis t.m3u8">
18 </video>
19
20 <br> <br> <br>
21 <a href="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlist.m3u8 ">Link directly to video</a>
22 </body></html>
OLDNEW
« no previous file with comments | « ManualTests/blackberry/slider-thumb-consumes-event.html ('k') | ManualTests/blackberry/video-load-with-authentication.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698