diff options
Diffstat (limited to '')
-rw-r--r-- | dom/media/test/play_promise.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/media/test/play_promise.js b/dom/media/test/play_promise.js new file mode 100644 index 0000000000..7051fedc19 --- /dev/null +++ b/dom/media/test/play_promise.js @@ -0,0 +1,3 @@ +function getNotSupportedFile(name) { + return name + ".bad"; +} |