context_menu_video.html (309B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" content="width=device-width, height=device-height"> 5 <title>Context Menu Test Video</title> 6 </head> 7 <body> 8 <video controls preload> 9 <source src="videos/short.mp4"></source> 10 </video> 11 </body> 12 </html>