Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<body onload="die()">
<script>
function die() {
document.body.offsetWidth;
document.removeChild(document.documentElement);
document.dir = "rtl";
}
</script>
</body>