gecko-dev/layout/base/crashtests/1437155.html

14 строки
256 B
HTML

<script>
window.onload=function() {
document.getElementById('a').hidden='false';
}
</script>
<a></a>
<section dir='rtl'>
<kbd id='a' dir='auto'>
a
<style>
:only-child{ display:contents }
:first-of-type::first-letter{ background-position:unset }
</style>