Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that an empty line after an identifier line discards the current cue and r estarts the cue loop. | |
| 2 | |
| 3 | |
| 4 *** Testing text track 0 | |
| 5 EXPECTED (cues.length == '2') OK | |
| 6 EXPECTED (cues[0].text == 'First') OK | |
| 7 EXPECTED (cues[1].text == 'Second') OK | |
| 8 END OF TEST | |
| 9 | |
| OLD | NEW |