Changeset 2323 for branches/jw6/test/aac.html
- Timestamp:
- 07/25/12 14:57:05 (10 months ago)
- File:
-
- 1 edited
-
branches/jw6/test/aac.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jw6/test/aac.html
r2318 r2323 2 2 <html> 3 3 <head> 4 <title> Single AAC File</title>5 <script type="text/javascript" src="../ jwplayer.js"></script>4 <title>Playing an AAC audio file</title> 5 <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 6 6 <link type="text/css" rel="stylesheet" href="assets/style.css" media="all" /> 7 7 </head> 8 8 <body> 9 9 10 <h1> Single AAC File</h1>10 <h1>Playing an AAC audio file</h1> 11 11 <div class="all">List of test devices</div> 12 <p>This test consists of a basic setup with a single AAC audio file. A small but broad set of cases is tested to check basic video playback functionalities.</p>12 <p>This test consists of some basic setups with a single AAC audio file. A small but broad set of cases is tested to check basic audio playback functionalities.</p> 13 13 14 14 … … 35 35 </tr><tr> 36 36 <td class="both"></td> 37 <td>Click/touch to play</td>38 <td>Audio should first buffer, then play. Poster should stay visible.<br/>Play icon should hide, controlbar should show up.< /td>37 <td>Click/touch display to play</td> 38 <td>Audio should first buffer, then play. Poster should stay visible.<br/>Play icon should hide, controlbar should show up.<br/>Controlbar should not contain a fullscreen button.</td> 39 39 <td class="check"></td> 40 40 </tr></table> … … 58 58 <td class="both"></td> 59 59 <td>Initial page load</td> 60 <td> Controlbar should be visible on page background. No poster/display/icon/logo.</td>60 <td>Only controlbar should be visible. No display/logo.<br/>Controlbar should extend to edges on top of page background.</td> 61 61 <td class="check"></td> 62 62 </tr><tr> 63 63 <td class="both"></td> 64 <td>Click/touch to play</td>64 <td>Click/touch play button</td> 65 65 <td>Audio should first buffer, then play.<br/>Controlbar should remain visible after mouseout.</td> 66 <td class="check"></td> 67 </tr><tr> 68 <td class="desktop"></td> 69 <td>Mouse over controls</td> 70 <td>Timeslider and volume tooltips should not appear.</td> 66 71 <td class="check"></td> 67 72 </tr></table>
Note: See TracChangeset
for help on using the changeset viewer.
