| OLD | NEW |
| 1 Test that u, b, i WebVTT objects are being styled correctly. | 1 Test that u, b, i WebVTT objects are being styled correctly. |
| 2 EVENT(canplaythrough) | 2 EVENT(canplaythrough) |
| 3 EVENT(seeked) | 3 EVENT(seeked) |
| 4 EXPECTED (getComputedStyle(cueNode).fontWeight == 'bold') OK | 4 EXPECTED (getComputedStyle(cueNode).fontWeight == 'bold') OK |
| 5 EXPECTED (getComputedStyle(cueNode).fontStyle == 'italic') OK | 5 EXPECTED (getComputedStyle(cueNode).fontStyle == 'italic') OK |
| 6 EXPECTED (getComputedStyle(cueNode).textDecoration == 'underline') OK | 6 EXPECTED (getComputedStyle(cueNode).textDecoration == 'underline solid rgb(255,
255, 255)') OK |
| 7 END OF TEST | 7 END OF TEST |
| 8 | 8 |
| OLD | NEW |