зеркало из https://github.com/mozilla/gecko-dev.git
Bug 894150 - Test.
This commit is contained in:
Родитель
997a76eb45
Коммит
47cb8e667e
|
@ -27,6 +27,7 @@ MOCHITEST_FILES := \
|
||||||
test_bug867203.html \
|
test_bug867203.html \
|
||||||
test_bug875221.html \
|
test_bug875221.html \
|
||||||
test_bug875402.html \
|
test_bug875402.html \
|
||||||
|
test_bug894150.html \
|
||||||
test_analyserNode.html \
|
test_analyserNode.html \
|
||||||
test_AudioBuffer.html \
|
test_AudioBuffer.html \
|
||||||
test_AudioContext.html \
|
test_AudioContext.html \
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Crashtest for bug 894150</title>
|
||||||
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
var ac = AudioContext();
|
||||||
|
ac.createPanner();
|
||||||
|
var listener = ac.listener;
|
||||||
|
SpecialPowers.forceGC();
|
||||||
|
SpecialPowers.forceCC();
|
||||||
|
listener.setOrientation(0, 0, -1, 0, 0, 0);
|
||||||
|
|
||||||
|
ok(true, "No crashes should happen!");
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
Загрузка…
Ссылка в новой задаче