blob: 218a8d5999479710b7a9a68490fd62bde89574d3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
// <!-- </script> -->
document.write('This should not invoke document.write.');
</script>
</body>
</html>
|