tidy-html5/regression_testing/cases/legacy-expects/case-443576.html

16 lines
323 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[ #443576 ] End script tag inside scripts problem</title>
</head>
<body>
<script language="JavaScript1.1">
<!--
document.write('<script><\/script>');
// -->
</script>
</body>
</html>