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