Difference between revisions of "Cue Times"
(→Test Ideas) |
(→Tests) |
||
Line 86: | Line 86: | ||
</table> | </table> | ||
+ | |||
+ | == Vince == | ||
+ | I'm gonna remake the table using markdown. Hitting <td></td> is tedious | ||
+ | {| border="1" | ||
+ | |- | ||
+ | |class="header"|'''Filename''' | ||
+ | |class="header"|'''Description''' | ||
+ | |class="header"|'''Should Pass / Fail?''' | ||
+ | |class="header"|'''Reasoning''' | ||
+ | |class="header"|'''Creation Note''' | ||
+ | |class="header"|'''Comments''' | ||
+ | |- | ||
+ | |bad01.vtt | ||
+ | |00:00.000 --> 00:00.000 | ||
+ | |Fail | ||
+ | |End timestamp must be greater than start timestamp | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | |cuetime_bareminimum.vtt | ||
+ | |Bare minimum file that passes (no cue content) | ||
+ | |Pass | ||
+ | |Conforms to spec | ||
+ | |ST2 | ||
+ | | | ||
+ | |- | ||
+ | |cuetime_bareminimum_content.vtt | ||
+ | |Bare minimum file that passes (cue content) | ||
+ | | | ||
+ | |Pass | ||
+ | |Conforms to spec | ||
+ | |ST2 | ||
+ | | | ||
+ | |- |
Revision as of 16:55, 24 September 2012
Contents
Group Members
- Vince Lee
- Thevakaran Virutthasalam
- Dale Karp
Test Ideas
- Syntax
- Single cue tests
- Times out of order
- Multiple cue tests
- Nested cues
- Overlapping cues
- Cue times out of order
Tests
Dale
URL to git repo with tests: https://github.com/daliuss/webvtt/tree/cueTimeTests/test/spec
Filename | Description | Should Pass / Fail? | Reasoning | Creation Note | Comments |
---|---|---|---|---|---|
cuetime_bareminimum.vtt | Bare minimum file that passes (no cue content) | Pass | Conforms to spec | ST2 | |
cuetime_bareminimum_content.vtt | Bare minimum file that passes (cue content) | Pass | Conforms to spec | ST2 | |
Vince
I'm gonna remake the table using markdown. Hitting <td></td> is tedious
Filename | Description | Should Pass / Fail? | Reasoning | Creation Note | Comments | |
bad01.vtt | 00:00.000 --> 00:00.000 | Fail | End timestamp must be greater than start timestamp | |||
cuetime_bareminimum.vtt | Bare minimum file that passes (no cue content) | Pass | Conforms to spec | ST2 | ||
cuetime_bareminimum_content.vtt | Bare minimum file that passes (cue content) | Pass | Conforms to spec | ST2 |