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

12 строки
159 B
HTML

<style>
* {
rotate: 93deg 6 0 -1;
}
</style>
<script>
window.onload = () => {
document.execCommand("selectAll", false);
}
</script>
<textarea>a</textarea>