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

12 lines
211 B
HTML

<html>
<head>
<title>[ #443576 ] End script tag inside scripts problem</title>
</head>
<body>
<script language="JavaScript1.1">
<!--
document.write('<script></script>');
// -->
</script>
</body>
</html>