4 https://bugzilla.mozilla.org/show_bug.cgi?id=957847
8 <title>Regression test for bug
957847 - Crash on TextTrack::AddCue
</title>
9 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
14 <div id=
"content" style=
"display: none">
17 <script class=
"testbody" type=
"text/javascript">
18 SimpleTest.waitForExplicitFinish();
20 var trackElement = document.createElement('track');
21 trackElement.track.addCue(new VTTCue(
0,
1,
"A"));
23 // We need to assert something for Mochitest to be happy.