Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that the cue is not styled when video is in a shadow tree and style is in a document. | |
| 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 |