blob: 76da5f0acfcce48bdc114e3cf758a71810e33804 [file] [log] [blame]
getCueAsHTML() on an empty cue should return a valid document fragment.
** The getCueAsHTML() method should return a document fragment **
EXPECTED (fragment != 'null') OK
** The document fragment should have one child, an empty Text node **
EXPECTED (fragment.childNodes.length == '1') OK
EXPECTED (fragment.childNodes[0].length == '0') OK
EXPECTED (fragment.childNodes[0].constructor.name == 'undefined') OK
END OF TEST