gecko-dev/dom/media/test/play_promise.js
Kaku Kuo 8d9b83ffee Bug 1301426 part 1 - implement helper functions; r=jwwang
MozReview-Commit-ID: DL16hNeT8r2

--HG--
extra : rebase_source : 06d9980a4043101d30b12ed7e1af6aa457b0c35c
extra : source : d42e43716fa4bb7f5326e5e377bd0366b75c262f
2016-10-11 15:21:19 +08:00

3 lines
62 B
JavaScript

function getNotSupportedFile(name) {
return name + ".bad";
}