blob: 4ac449f647ae3458921379255c9d6ffd47bbe6d7 [file] [log] [blame]
<!DOCTYPE html>
<script>
debug('About to call document.write()...');
// Should be ignored, with a console warning.
document.write('Hello, world');
debug('...after calling document.write()');
</script>