Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
media
/
audio-no-installed-engines.html
blob: 0535dab9d86e4efad3322466ab3d5a2c2ca4ce50 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
var
audio
=
new
Audio
(
"content/empty.wav"
);
audio
.
play
();
</script>
</head>
<body>
<p>
PASSED -- crash using Audio with no installed engines bug 27479.
</p>
</body>
</html>