blob: d63c1f353b2ef793f746cdebac795300ea6d9f5a [file] [log] [blame]
Test that u, b, i WebVTT objects are being styled correctly.
EVENT(canplaythrough)
EVENT(seeked)
EXPECTED (getComputedStyle(cueNode).fontWeight == 'bold') OK
EXPECTED (getComputedStyle(cueNode).fontStyle == 'italic') OK
EXPECTED (getComputedStyle(cueNode).textDecoration == 'underline') OK
END OF TEST