Git init
[framework/web/webkit-efl.git] / LayoutTests / media / audio-no-installed-engines.html
1 <html>
2     <head>
3         <script>
4             if (window.layoutTestController)
5                 layoutTestController.dumpAsText();
6             var audio = new Audio("content/empty.wav");
7             audio.play();
8         </script>
9     </head>
10
11     <body>
12         <p>PASSED -- crash using Audio with no installed engines bug 27479.</p>
13     </body>
14 </html>