Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that the cue is styled when video and style is in the same shadow tree. | |
| 2 EVENT(canplaythrough) | |
| 3 EVENT(seeked) | |
| 4 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK | |
| 5 EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 128, 0)') OK | |
| 6 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK | |
| 7 END OF TEST | |
| 8 | |
| OLD | NEW |