summaryrefslogtreecommitdiffstats
path: root/dom/media/test/play_promise.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/play_promise.js')
-rw-r--r--dom/media/test/play_promise.js3
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";
+}