| OLD | NEW |
| 1 Tests special characters &, <, and > in the cue text. | 1 Tests entities in the cue text. |
| 2 | 2 |
| 3 | 3 |
| 4 *** Testing text track 0 | 4 *** Testing text track 0 |
| 5 EXPECTED (cues.length == '3') OK | 5 EXPECTED (cues.length == '6') OK |
| 6 EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has an amp & character
.') OK | 6 EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has an amp & character
.') OK |
| 7 EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a less than < char
acter.') OK | 7 EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a less than < char
acter.') OK |
| 8 EXPECTED (cues[2].getCueAsHTML().textContent == 'This cue has a greater than > c
haracter.') OK | 8 EXPECTED (cues[2].getCueAsHTML().textContent == 'This cue has a greater than > c
haracter.') OK |
| 9 EXPECTED (cues[3].getCueAsHTML().textContent == 'This cue has a Left-to-Right Ma
rk .') OK |
| 10 EXPECTED (cues[4].getCueAsHTML().textContent == 'This cue has a Right-to-Left Ma
rk .') OK |
| 11 EXPECTED (cues[5].getCueAsHTML().textContent == 'This cue has a non-breaking spa
ce .') OK |
| 9 | 12 |
| 10 *** Testing text track 1 | 13 *** Testing text track 1 |
| 11 EXPECTED (cues.length == '3') OK | 14 EXPECTED (cues.length == '3') OK |
| 12 EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has an amp character.
Ampersand is ignored.') OK | 15 EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has an amp character.
Ampersand is ignored.') OK |
| 13 EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a less than ') OK | 16 EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a less than ') OK |
| 14 EXPECTED (cues[2].getCueAsHTML().textContent == 'This cue has a greater than > c
haracter. Since it's not related to a < character, it's just interpreted as text
.') OK | 17 EXPECTED (cues[2].getCueAsHTML().textContent == 'This cue has a greater than > c
haracter. Since it's not related to a < character, it's just interpreted as text
.') OK |
| 15 END OF TEST | 18 END OF TEST |
| 16 | 19 |
| OLD | NEW |