Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.42
/
.
/
LayoutTests
/
webaudio
/
promise-resolution-crash.html
blob: 7fe8c845332a782bb4c82b0524ae5df786760aa5 [
file
] [
edit
]
This test passes if it doesn't crash.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
onbeforeunload
=
()
=>
new
AudioContext
().
close
();
</script>