summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1562105.html
blob: cc0a8eb98e8bec4d5135038c81abf0453b693e28 (plain)
1
2
3
4
5
6
<script>
document.addEventListener("DOMContentLoaded", function(){
  document.documentElement.hidden = 'true'
  window.scrollBy(9, 13)
})
</script>