gecko-dev/dom/html/test/file_bug649778.html

12 строки
202 B
HTML

<html>
<script>
function test() {
document.open();
document.write('<html><body>WYCIWYG DOCUMENT</body></html>');
document.close();
}
</script>
<body onload="setTimeout(test, 0);">
</body>
</html>