gecko/content/media/webaudio/test/test_bug866570.html

19 lines
421 B
HTML
Raw Normal View History

2013-04-28 22:38:57 -07:00
<!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">
AudioContext().foo = null;
ok(true, "The test should not fatally assert");
</script>
</pre>
</body>
</html>