summaryrefslogtreecommitdiff
path: root/test/js/inline-doc-write.html
blob: 19044aac81c40d07ee02eec54eca184d1a3fd25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>Inline Docuemnt Write Test</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Inline Document Write Test</h1>
<p>Before</p>
<noscript><p>Javascript is disabled</p></noscript>
<script>document.write("<scr" +"ipt>document.write(\"Goodbye Cruel World\");</scri" + "pt>");</script>
</script>
<p>Afterwards</p>
</body>
</html>