tidy-html5/test/output/out_533233.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

38 lines
829 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test for bug #533233</title>
<script type="text/javascript">
//<![CDATA[
function offsite()
{
document.write("<img src='images/world.gif' alt='[Off Site]' width='17' height='15' border='0'>");
}
//]]>
</script>
<script type="text/javascript" src="script1.js">
</script>
</head>
<body>
<h1>Script sample 1</h1>
<p class="big">Headline project&mdash;Link to
<a href="http://offsite.com/"><script type="text/javascript">
//<![CDATA[
offsite();
//]]>
</script>offsite page</a>.</p>
<h1>Input 1</h1>
<p>text<script type="text/javascript">
//<![CDATA[
f(0);
//]]>
</script>text</p>
</body>
</html>