| OLD | NEW |
| (Empty) |
| 1 This should display inline | |
| 2 EVENT(canplaythrough) | |
| 3 EVENT(seeked) | |
| 4 | |
| 5 | |
| 6 Test that only allowed for the ::cue pseudo-element properties are applied to We
bVTT node objects. | |
| 7 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK | |
| 8 EXPECTED (getComputedStyle(cueNode).padding == '0px') OK | |
| 9 EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK | |
| 10 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK | |
| 11 EXPECTED (getComputedStyle(cueNode).padding == '0px') OK | |
| 12 EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK | |
| 13 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK | |
| 14 EXPECTED (getComputedStyle(cueNode).padding == '0px') OK | |
| 15 EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK | |
| 16 | |
| 17 Test that filtering doesn't apply to elements which class equals 'cue' outside W
ebVTT scope. | |
| 18 EXPECTED (getComputedStyle(cueNode).display == 'inline') OK | |
| 19 END OF TEST | |
| 20 | |
| OLD | NEW |