Skip to content

Commit

Permalink
[mozilla#296] Fix case sensitivity on filenames, remove redundant dat…
Browse files Browse the repository at this point in the history
…a files
  • Loading branch information
stevenaw authored and annasob committed Feb 8, 2011
1 parent c1dad9b commit ccfddf4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions parsers/parserSBV/popcorn.parseSBV.html
Expand Up @@ -26,7 +26,7 @@ <h1 id="qunit-header">Popcorn 0.3 SBV parser Plug-in Demo</h1>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/data.SBV"
data-timeline-sources="data/data.sbv"
poster="../../test/poster.png">

<source id='mp4'
Expand All @@ -43,6 +43,6 @@ <h1 id="qunit-header">Popcorn 0.3 SBV parser Plug-in Demo</h1>
</div>

<h4>Subtitle Source<h4>
<iframe id="srcDisplay" src="data/data.SBV"></iframe>
<iframe id="srcDisplay" src="data/data.sbv"></iframe>
</body>
</html>
2 changes: 1 addition & 1 deletion parsers/parserSBV/popcorn.parseSBV.unit.html
Expand Up @@ -26,7 +26,7 @@ <h2 id="qunit-userAgent"></h2>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/unit.SBV"
data-timeline-sources="data/data.sbv"
poster="../../test/poster.png">

<source id='mp4'
Expand Down
10 changes: 5 additions & 5 deletions parsers/parserSSA/popcorn.parseSSA.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Popcorn 0.3 SSA/ASS parser Plug-in Demo</title>
<title>Popcorn 0.3 SSA parser Plug-in Demo</title>

<script src="../../popcorn.js"></script>
<script src="../../test/jquery.js"></script>
Expand All @@ -17,15 +17,15 @@
</script>
</head>
<body>
<h1 id="qunit-header">Popcorn 0.3 SSA/ASS parser Plug-in Demo</h1>
<h1 id="qunit-header">Popcorn 0.3 SSA parser Plug-in Demo</h1>
<p>From 2.4 to 7.2 seconds, "Senator, we're making our final approach into Coruscant." is shown
<br />From 9.71 to 13.39 seconds, "Very good, Lieutenant." is shown
<br />From 15.04 to 18.04 seconds, "It's a trap!" is shown</p>
<div>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/data.SSA"
data-timeline-sources="data/data.ssa"
poster="../../test/poster.png">

<source id='mp4'
Expand All @@ -39,8 +39,8 @@ <h1 id="qunit-header">Popcorn 0.3 SSA/ASS parser Plug-in Demo</h1>
<p>Your user agent does not support the HTML5 Video element.</p>

</video>
</div>\
</div>
<h4>Subtitle Source<h4>
<iframe id="srcDisplay" src="data/data.SSA"></iframe>
<iframe id="srcDisplay" src="data/data.ssa"></iframe>
</body>
</html>
6 changes: 3 additions & 3 deletions parsers/parserSSA/popcorn.parseSSA.unit.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Popcorn 0.3 SSA/ASS parser Plug-in Test</title>
<title>Popcorn 0.3 SSA 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>
<!--
Expand All @@ -16,7 +16,7 @@
<script src="popcorn.parseSSA.unit.js"></script>
</head>
<body>
<h1 id="qunit-header">Popcorn 0.3 SSA/ASS parser Plug-in Test</h1>
<h1 id="qunit-header">Popcorn 0.3 SSA parser Plug-in Test</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
Expand All @@ -26,7 +26,7 @@ <h2 id="qunit-userAgent"></h2>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/unit.SSA"
data-timeline-sources="data/data.ssa"
poster="../../test/poster.png">

<source id='mp4'
Expand Down
4 changes: 2 additions & 2 deletions parsers/parserTTML/popcorn.parseTTML.html
Expand Up @@ -31,7 +31,7 @@ <h1 id="qunit-header">Popcorn 0.3 TTML parser Plug-in Demo</h1>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/data.TTML"
data-timeline-sources="data/data.ttml"
poster="../../test/poster.png">

<source id='mp4'
Expand All @@ -48,7 +48,7 @@ <h1 id="qunit-header">Popcorn 0.3 TTML parser Plug-in Demo</h1>
</div>

<h4>Subtitle Source<h4>
<iframe id="srcDisplay" src="data/data.TTML"></iframe>
<iframe id="srcDisplay" src="data/data.ttml"></iframe>

</body>
</html>
2 changes: 1 addition & 1 deletion parsers/parserTTML/popcorn.parseTTML.unit.html
Expand Up @@ -26,7 +26,7 @@ <h2 id="qunit-userAgent"></h2>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/unit.TTML"
data-timeline-sources="data/unit.ttml"
poster="../../test/poster.png">

<source id='mp4'
Expand Down

0 comments on commit ccfddf4

Please sign in to comment.