trisquel-icecat/icecat/dom/base/crashtests/1728670-1-child.html

12 lines
202 B
HTML

<html>
<script>
document.documentElement.clientHeight;
document.body.clientHeight;
</script>
<body>
<script>
document.documentElement.clientHeight;
document.body.clientHeight;
</script>
</body>
</html>