Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
media
/
media-controller-pause-crash.html
blob: eef6ae7ea47f6ccb7cf8fc4201b1959e2218c5a0 [
file
] [
log
] [
blame
] [
edit
]
<script>
(
async
=>
{
testRunner
?.
dumpAsText
();
let m
=
new
MediaController
();
m
.
pause
();
})();
</script>
PASS if no crash.