tidy-html5/test/testbase/out_443576.html

15 lines
236 B
HTML
Raw Normal View History

2015-05-13 11:38:40 +00:00
<!DOCTYPE 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>