summaryrefslogtreecommitdiffstats
path: root/dom/media/webaudio/test/test_bug866570.html
blob: 90bd8f6985a11883986357d90285adeeff321867 (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 859600</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()).foo = null;
ok(true, "The test should not fatally assert");

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