-1:000000000000 | 0:f7d30db57f4e |
---|---|
1 <!DOCTYPE HTML> | |
2 <html> | |
3 <head> | |
4 <title>Crashtest for bug 839753</title> | |
5 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> | |
6 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> | |
7 </head> | |
8 <body> | |
9 <pre id="test"> | |
10 <script class="testbody" type="text/javascript"> | |
11 | |
12 (new AudioContext()).destination.expando = null; | |
13 ok(true, "The test should not trigger wrapper cache assertions"); | |
14 | |
15 </script> | |
16 </pre> | |
17 </body> | |
18 </html> |