зеркало из https://github.com/mozilla/gecko-dev.git
Bug 866570 - test. r=smaug
This commit is contained in:
Родитель
002678614c
Коммит
870975029d
|
@ -17,6 +17,7 @@ MOCHITEST_FILES := \
|
|||
test_bug839753.html \
|
||||
test_bug845960.html \
|
||||
test_bug856771.html \
|
||||
test_bug866570.html \
|
||||
test_bug866737.html \
|
||||
test_analyserNode.html \
|
||||
test_AudioBuffer.html \
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Crashtest for bug 859600</title>
|
||||
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
||||
</head>
|
||||
<body>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
SpecialPowers.setBoolPref("media.webaudio.enabled", true);
|
||||
AudioContext().foo = null;
|
||||
ok(true, "The test should not fatally assert");
|
||||
SpecialPowers.clearUserPref("media.webaudio.enabled");
|
||||
|
||||
</script>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче