summaryrefslogtreecommitdiffstats
path: root/dom/media/webspeech/synth/test/test_global_queue.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/webspeech/synth/test/test_global_queue.html')
-rw-r--r--dom/media/webspeech/synth/test/test_global_queue.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/dom/media/webspeech/synth/test/test_global_queue.html b/dom/media/webspeech/synth/test/test_global_queue.html
deleted file mode 100644
index 34d3a4ed3..000000000
--- a/dom/media/webspeech/synth/test/test_global_queue.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<!--
-https://bugzilla.mozilla.org/show_bug.cgi?id=1188099
--->
-<head>
- <meta charset="utf-8">
- <title>Test for Bug 1188099: Global queue should correctly schedule utterances</title>
- <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
- <script type="application/javascript" src="common.js"></script>
- <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
-</head>
-<body>
-<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1188099">Mozilla Bug 1188099</a>
-<p id="display"></p>
-<iframe id="testFrame"></iframe>
-<div id="content" style="display: none">
-
-</div>
-<pre id="test">
-<script type="application/javascript">
-
-/** Test for Bug 525444 **/
-
-SimpleTest.waitForExplicitFinish();
-
-SpecialPowers.pushPrefEnv(
- { set: [['media.webspeech.synth.enabled', true],
- ['media.webspeech.synth.force_global_queue', true]] },
- function() { loadSpeechTest("file_global_queue.html"); });
-
-</script>
-</pre>
-</body>
-</html> \ No newline at end of file