Sign in
webkit
/
WebKit
/
c40b553ec07240fe5ed753e57d2381bca594fba7
/
.
/
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>