1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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  function offsite()
9  {
10    document.write("<img src='images/world.gif' alt='[Off Site]' width='17' height='15' border='0'>");
11  }
12  </script>
13  <script type="text/javascript" src="script1.js"></script>
14</head>
15
16<body>
17  <h1>Script sample 1</h1>
18  <p class="big">Headline project&#8212;Link to <a href="http://offsite.com/"><script type="text/javascript">offsite();</script>offsite page</a>.</p>
19  <h1>Input 1</h1>
20  <p>text<script type="text/javascript">f(0);</script>text</p>
21</body>
22</html>
23
24