Bug 608634 - Fix redundant comments. r?jwwang. draft
authorctai <ctai@mozilla.com>
Wed, 17 Aug 2016 16:17:14 +0800
changeset 401656 d98550b5b073f81e7bdad18c7fcb1d12754899ce
parent 400825 054d4856cea6150a6638e5daf7913713281af97d
child 401657 0c2934ab57a88a452a798c80c1dafaae0bbabc45
push id26531
push userbmo:ctai@mozilla.com
push dateWed, 17 Aug 2016 09:40:14 +0000
reviewersjwwang
bugs608634
milestone51.0a1
Bug 608634 - Fix redundant comments. r?jwwang. MozReview-Commit-ID: EYW8O9vZipH
dom/media/test/manifest.js
--- a/dom/media/test/manifest.js
+++ b/dom/media/test/manifest.js
@@ -504,21 +504,19 @@ var gInfoLeakTests = [
     src: 'http://example.com/tests/dom/media/test/test_info_leak.html'
   }, {
     type: 'audio/ogg',
     src: 'http://example.com/tests/dom/media/test/test_info_leak.html'
   }
 ];
 
 // These are files that must fire an error during load or playback, and do not
-// cause a crash.  Put files of the same type together in this list so if
-// something crashes we have some idea of which backend is responsible.  Used
-// by test_playback_errors, which expects one error event and no ended event.
-// Put files of the same type together in this list so if something crashes
-// we have some idea of which backend is responsible.
+// cause a crash. Used by test_playback_errors, which expects one error event
+// and no ended event. Put files of the same type together in this list so if
+// something crashes we have some idea of which backend is responsible.
 var gErrorTests = [
   { name:"bogus.wav", type:"audio/x-wav" },
   { name:"bogus.ogv", type:"video/ogg" },
   { name:"448636.ogv", type:"video/ogg" },
   { name:"bug504843.ogv", type:"video/ogg" },
   { name:"bug501279.ogg", type:"audio/ogg" },
   { name:"bug580982.webm", type:"video/webm" },
   { name:"bug603918.webm", type:"video/webm" },