summaryrefslogtreecommitdiffstats
path: root/dom/media/webaudio/test/test_bug839753.html
blob: f3e65981161f2922090227789c0b8ea7f2c5de4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
  <title>Crashtest for bug 839753</title>
  <script 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">

(new AudioContext()).destination.expando = null;
ok(true, "The test should not trigger wrapper cache assertions");

</script>
</pre>
</body>
</html>