1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/base/crashtests/629908-1.html
T

10 lines
195 B
HTML

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