summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1746989.html
blob: 398447b77caae4a5827189701a6bab7378e2891c (plain)
1
2
3
4
5
6
7
8
9
10
11
<style>
* {
  rotate: 93deg 6 0 -1;
}
</style>
<script>
window.onload = () => {
  document.execCommand("selectAll", false);
}
</script>
<textarea>a</textarea>