Bug 1301426 part 1 - implement helper functions; r?jwwang draft
authorKaku Kuo <kaku@mozilla.com>
Tue, 11 Oct 2016 15:21:19 +0800
changeset 448120 26d4640b13d2c30e3e1f351c2d7a00ec16f98c92
parent 448119 4e29835968be7b1bcbdc8ea4a7a68d064f3be055
child 448121 ed7514a00ce5cf861fe8422e3df2f477fcb0d6cb
push id38269
push userbmo:kaku@mozilla.com
push dateFri, 09 Dec 2016 07:05:38 +0000
reviewersjwwang
bugs1301426
milestone53.0a1
Bug 1301426 part 1 - implement helper functions; r?jwwang MozReview-Commit-ID: DL16hNeT8r2
dom/media/test/mochitest.ini
dom/media/test/play_promise.js
--- a/dom/media/test/mochitest.ini
+++ b/dom/media/test/mochitest.ini
@@ -492,16 +492,17 @@ support-files =
   owl-funny-id3.mp3
   owl-funny-id3.mp3^headers^
   owl.mp3
   owl.mp3^headers^
   owl-short.mp3
   owl-short.mp3^headers^
   parser.vtt
   pixel_aspect_ratio.mp4
+  play_promise.js
   r11025_msadpcm_c1.wav
   r11025_msadpcm_c1.wav^headers^
   r11025_s16_c1.wav
   r11025_s16_c1.wav^headers^
   r11025_s16_c1_trailing.wav
   r11025_s16_c1_trailing.wav^headers^
   r11025_s16_c1-short.wav
   r11025_s16_c1-short.wav^headers^
new file mode 100644
--- /dev/null
+++ b/dom/media/test/play_promise.js
@@ -0,0 +1,3 @@
+function getNotSupportedFile(name) {
+  return name + ".bad";
+}
\ No newline at end of file