1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
5<head>
6  <title>Test for bug #533233</title>
7  <script type="text/javascript">
8  //<![CDATA[
9  function offsite()
10  {
11    document.write("<img src='images/world.gif' alt='[Off Site]' width='17' height='15' border='0'>");
12  }
13  //]]>
14  </script>
15  <script type="text/javascript" src="script1.js">
16  </script>
17</head>
18
19<body>
20  <h1>Script sample 1</h1>
21
22  <p class="big">Headline project&mdash;Link to
23  <a href="http://offsite.com/"><script type="text/javascript">
24  //<![CDATA[
25  offsite();
26  //]]>
27  </script>offsite page</a>.</p>
28
29  <h1>Input 1</h1>
30
31  <p>text<script type="text/javascript">
32  //<![CDATA[
33  f(0);
34  //]]>
35  </script>text</p>
36</body>
37</html>
38