Sign in
webkit
/
WebKit
/
be9b4e2157fc5a81e712f3ea4e4907d0c2890556
/
.
/
LayoutTests
/
media
/
media-controls-shadow-construction-crash.html
blob: 84c28fb3139f3ec427e3afbfc424f5ce0d8978d1 [
file
] [
log
] [
blame
]
<body>
This test passes if it doesn't crash/assert.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
innerHTML
=
`
<
video controls
>
<
source
></
source
>
</
video
>`;
</script>