summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/mp4.html
blob: 09909fac690536a1ac62b7eeefe6b244f60c912b (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <head>
        <meta charset="utf-8">
        <title>MP4 Video</title>
    </head>
    <body>
        <video controls preload>
            <source src="videos/short.mp4"></source>
        </video>
    </body>
</html>