summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/context_menu_video.html
blob: bca8e46afe95c6eeab62cf0e4b00b80eb84dede3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" content="width=device-width, height=device-height">
        <title>Context Menu Test Video</title>
    </head>
    <body>
        <video controls preload>
            <source src="videos/short.mp4"></source>
        </video>
    </body>
</html>