blob: 70c0e64b233029b51faf4e12d8434e93d6c0110c [file] [log] [blame]
<!DOCTYPE html>
<style>
audio:after,
audio:before {
display: inline;
content: no-close-quote;
}
video:after,
video:before {
display: inline;
content: no-close-quote;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<audio controls></audio>
<video controls></video>
<p>Should not crash when ::before or ::after is used on media elements</p>