Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
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>