| OLD | NEW |
| 1 Verify that VTTCue exceptions are properly messaged to developers. | 1 Verify that VTTCue exceptions are properly messaged to developers. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS cue.line = -1; threw exception IndexSizeError: Failed to set the 'line' pro
perty on 'VTTCue': The snap-to-lines flag is not set, and the value provided (-1
) is not between 0 and 100.. | |
| 7 PASS cue.line = 101; threw exception IndexSizeError: Failed to set the 'line' pr
operty on 'VTTCue': The snap-to-lines flag is not set, and the value provided (1
01) is not between 0 and 100.. | |
| 8 PASS cue.position = -1; threw exception IndexSizeError: Failed to set the 'posit
ion' property on 'VTTCue': The value provided (-1) is outside the range [0, 100]
.. | 6 PASS cue.position = -1; threw exception IndexSizeError: Failed to set the 'posit
ion' property on 'VTTCue': The value provided (-1) is outside the range [0, 100]
.. |
| 9 PASS cue.position = 101; threw exception IndexSizeError: Failed to set the 'posi
tion' property on 'VTTCue': The value provided (101) is outside the range [0, 10
0].. | 7 PASS cue.position = 101; threw exception IndexSizeError: Failed to set the 'posi
tion' property on 'VTTCue': The value provided (101) is outside the range [0, 10
0].. |
| 10 PASS cue.size = -1; threw exception IndexSizeError: Failed to set the 'size' pro
perty on 'VTTCue': The value provided (-1) is outside the range [0, 100].. | 8 PASS cue.size = -1; threw exception IndexSizeError: Failed to set the 'size' pro
perty on 'VTTCue': The value provided (-1) is outside the range [0, 100].. |
| 11 PASS cue.size = 101; threw exception IndexSizeError: Failed to set the 'size' pr
operty on 'VTTCue': The value provided (101) is outside the range [0, 100].. | 9 PASS cue.size = 101; threw exception IndexSizeError: Failed to set the 'size' pr
operty on 'VTTCue': The value provided (101) is outside the range [0, 100].. |
| 12 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 13 | 11 |
| 14 TEST COMPLETE | 12 TEST COMPLETE |
| 15 | 13 |
| OLD | NEW |