gecko-dev/accessible/tests/crashtests/1655983.html
Emilio Cobos Álvarez 5e326ff535 Bug 1655983 - Notify the accessibility service directly when detaching a shadow root. r=eeejay
See the comment for different things that we could do here, this being
the simplest one IMO.

Differential Revision: https://phabricator.services.mozilla.com/D89639
2020-09-09 17:57:05 +00:00

7 lines
156 B
HTML

<script>
document.addEventListener('DOMContentLoaded', () => {
document.getElementById('id_0').type = ''
})
</script>
<input id="id_0" type="time">