Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script type="text/javascript">
function boom()
{
document.body.__lookupSetter__("textContent").call(document.body);
}
</script>
</head>
<body onload="boom();"></body>
</html>