зеркало из https://github.com/mozilla/popcorn-js.git
51 строка
1.4 KiB
HTML
51 строка
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Popcorn TTXT parser Plug-in Test</title>
|
|
<link rel="stylesheet" href="../../test/qunit/qunit.css" type="text/css" media="screen">
|
|
<script src="../../test/qunit/qunit.js"></script>
|
|
<!--
|
|
do not move - this must be called immediately prior to
|
|
popcorn-api-draft.js
|
|
-->
|
|
|
|
<script src="../../popcorn.js"></script>
|
|
<script src="../../modules/parser/popcorn.parser.js"></script>
|
|
|
|
<script src="popcorn.parserTTXT.js"></script>
|
|
<script src="../../plugins/subtitle/popcorn.subtitle.js"></script>
|
|
<script src="popcorn.parserTTXT.unit.js"></script>
|
|
<script src="../../test/inject.js"></script>
|
|
<script src="../../test/popcorn.inject.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Popcorn 0.3 TTXT parser Plug-in Test</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture"> </div>
|
|
|
|
<video id='video'
|
|
controls
|
|
width= '250px'
|
|
poster="../../test/poster.png">
|
|
|
|
<source id='mp4'
|
|
src="../../test/trailer.mp4"
|
|
type='video/mp4; codecs="avc1, mp4a"'>
|
|
|
|
<source id='ogv'
|
|
src="../../test/trailer.ogv"
|
|
type='video/ogg; codecs="theora, vorbis"'>
|
|
|
|
<source id='webm'
|
|
src="../../test/trailer.webm"
|
|
type='video/webm; codecs="vp8, vorbis"'>
|
|
|
|
<p>Your user agent does not support the HTML5 Video element.</p>
|
|
|
|
</video>
|
|
</body>
|
|
</html>
|