Skip to content

Commit

Permalink
Replace Sintel trailer with Popcorn-branded video [#555]
Browse files Browse the repository at this point in the history
Conflicts:
	test/index.html
  • Loading branch information
jbuck committed Aug 29, 2011
2 parents a7a72e3 + 736183e commit 2d8fad6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions test/index.html
Expand Up @@ -5,15 +5,15 @@
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen">
<script src="jquery.js"></script>


<script src="qunit/qunit.js"></script>
<!--
do not move - this must be called immediately prior to

<!--
do not move - this must be called immediately prior to
popcorn-api-draft.js
-->
<script src="popcorn.unit.setup.js"></script>

<script src="../popcorn.js"></script>
<script src="popcorn.unit.js"></script>
</head>
Expand All @@ -30,30 +30,31 @@ <h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">









</div>

<video id='video'
style="display:;width:300px"
controls
poster="poster.png">
style="display:;width:300px"
controls
preload="auto">

<source id='mp4'
src="trailer.mp4"
type='video/mp4; codecs="avc1, mp4a"'>
type='video/mp4; codecs="avc1, mp4a"'>

<source id='ogv'
src="trailer.ogv"
type='video/ogg; codecs="theora, vorbis"'>
type='video/ogg; codecs="theora, vorbis"'>

<p>Your user agent does not support the HTML5 Video element.</p>
<p>Your user agent does not support the HTML5 Video element.</p>

</video>

<<<<<<< HEAD
<audio id='audio' data-timeline-sources="data/parserData.json" controls>
<source src="italia.mp4" type='audio/mp4; codecs="mp4a.40.2"'>
<source src="italia.ogg" type='audio/ogg; codecs="vorbis"'>
Expand All @@ -65,7 +66,7 @@ <h2 id="qunit-userAgent"></h2>
<!-- Position Tests Adapted From jQuery offsets/dimensions Tests -->
<style type="text/css" media="screen">
#position-tests { display:none;margin:0; position: fixed;top:0px;left:0px; }

div.absolute { position: absolute; margin: 0px; width: 100px; height: 100px; background: #fff; }
#absolute-1 { top: 0; left: 0; }
#absolute-1-1 { top: 1px; left: 1px; }
Expand All @@ -80,7 +81,7 @@ <h2 id="qunit-userAgent"></h2>
#fixed-2 { top: 20px; left: 20px; }

div.static { position: static; top: 0; left: 0; width: 100px; height: 100px; background: #fff; overflow: hidden; }
#static-2 { top: 20px; left: 20px; }
#static-2 { top: 20px; left: 20px; }

</style>

Expand Down Expand Up @@ -112,6 +113,6 @@ <h2 id="qunit-userAgent"></h2>

</div>


</body>
</html>
Binary file modified test/trailer.mp4
Binary file not shown.
Binary file modified test/trailer.ogv
Binary file not shown.
Binary file added test/trailer.webm
Binary file not shown.

0 comments on commit 2d8fad6

Please sign in to comment.