Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that having an empty cue does not crash when calling getCueAsHTML(). | |
| 2 | |
| 3 ** The getCueAsHTML() method should return a document fragment ** | |
| 4 EXPECTED (fragment != 'null') OK | |
| 5 EXPECTED (fragment.children.length == '0') OK | |
| 6 | |
| 7 No crash. PASS. | |
| 8 | |
| 9 END OF TEST | |
| 10 | |
| OLD | NEW |