Mypal/layout/base/crashtests/629908-1.html

10 lines
195 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<body onload="die()">
<script>
function die() {
document.body.offsetWidth;
document.removeChild(document.documentElement);
document.dir = "rtl";
}
</script>
</body>