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