2014-10-23 11:17:19 -07:00

12 lines
180 B
HTML

<html>
<body>
<script>
document.addEventListener("DOMContentLoaded", function () {
document.body.appendChild(document.createElementNS("", "ns"));
});
</script>
</body>
</html>