source: plugins/captions/test/index.html @ 2074

Revision 2074, 1.1 KB checked in by jeroen, 16 months ago (diff)

enhanced OVA/MP4 support by hiding dock button, fixed bug with empty TTML head

Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <meta charset="UTF-8">
5    <title>Captions Plugin Tests</title>
6    <link type="text/css" rel="stylesheet" href="assets/style.css" />
7</head>
8<body>
9
10<h2>Generic Tests</h2>
11
12<ul>
13    <li><a href="basic.html">Basic Setup</a></li>
14    <li><a href="modes.html">Rendering Modes</a></li>
15    <li><a href="options.html">Configuration Options</a></li>
16    <li><a href="multiple.html">Multiple Tracks</a></li>
17    <li><a href="playlist.html">Captions in Playlist</a></li>
18</ul>
19
20<h2>Specific cases</h2>
21
22<ul>
23    <li><a href="styling.html">Captions Styling</a></li>
24    <li><a href="errors.html">Error Handling</a></li>
25    <li><a href="dimensions.html">Various dimensions</a></li>
26    <li><a href="ova.html">OVA support</a></li>
27</ul>
28
29<h2>Bug Regressions</h2>
30
31<ul>
32    <li><a href="compatibility.html">Backward Compatibility</a></li>
33    <li><a href="head.html">Empty TTML Head</a></li>
34</ul>
35
36<h2>Hints</h2>
37
38<p class="note">You can clear Flash cookies by rightclicking, choosing "Settings..." and then set the "local storage" to 0.<br/>
39You can disable plugins in chrome by navigating to "chrome://plugins"</p>
40
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.