Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
media
/
media-src-empty-page-load-hang.html
blob: bc5ec82173edb3f7b5a7dd0c8f75d3158e53067f [
file
] [
edit
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
()
let audio0
=
document
.
createElement
(
'audio'
);
audio0
.
srcObject
=
new
Blob
();
</script>