File: test-script-comment-unclosed.html

package info (click to toggle)
nekohtml 1.9.22.noko2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: java: 8,004; xml: 378; makefile: 12; sh: 8
file content (5 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (7)
1
2
3
4
5
<html><head><title>foo</title>
<script language='javascript'><!-- alert(1);</script>
<script language='javascript'>alert(1);</script>
</head>
<body></body></html>