| Index: content/test/data/media/mediarecorder_test.html
|
| diff --git a/content/test/data/media/mediarecorder_test.html b/content/test/data/media/mediarecorder_test.html
|
| index 52ebcf2055cb67d4d029ed0f84d620e2c71c981a..f82f9bd146a8068e5b1c877d2de061c963eed13a 100644
|
| --- a/content/test/data/media/mediarecorder_test.html
|
| +++ b/content/test/data/media/mediarecorder_test.html
|
| @@ -154,12 +154,6 @@ function testStartWithTimeSlice() {
|
| });
|
| })
|
| .then(function() {
|
| - var timeDeltas = getTimeStampDeltas(timeStamps);
|
| - timeDeltas.forEach(function(timeDelta) {
|
| - assertTrue(timeDelta >= DEFAULT_TIME_SLICE, 'A time slice was ' +
|
| - timeDelta + ' ms which is shorter than the expected minimum '
|
| - + DEFAULT_TIME_SLICE + 'ms');
|
| - });
|
| assertTrue(emptyBlobs == 0, 'Recording has ' + emptyBlobs +
|
| ' empty blobs, there should be no such empty blobs.');
|
| })
|
|
|