forgot to add the new test data

This commit is contained in:
Noah Levitt 2017-03-20 12:33:52 -07:00
parent e9c7606318
commit 0e9f4a0c26
4 changed files with 16 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b9.dev210',
version='1.1b9.dev211',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',

View File

@ -0,0 +1,15 @@
<html>
<head>
<title>video test</title>
</head>
<body>
<!--
videos are from
http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5
-->
<video autoplay="" muted="" id="bgvid" loop="">
<source src="small.webm" type="video/webm">
<source src="small.mp4" type="video/mp4">
</video>
</body>
</html>

Binary file not shown.

Binary file not shown.