Sign in
chromium
/
chromium
/
blink
/
main
/
.
/
LayoutTests
/
webaudio
/
audiocontext-listener-should-not-crash.html
blob: 81a13a302b4961d6b320e3ef9bf2c41acacf4519 [
file
] [
log
] [
blame
]
<script
src
=
"../resources/js-test.js"
></script>
<script>
var
context
=
new
AudioContext
();
context
.
listener
;
document
.
addEventListener
(
0
,
context
);
testPassed
(
"document.addEventListener should not crash."
);
</script>