RetroZilla/parser/htmlparser/tests/html/149877.html
2015-10-20 23:03:22 -04:00

21 lines
414 B
HTML

<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Document Title</TITLE>
</HEAD>
<script>
var value = "should ";
</script>
<!-- Insert HTML here -->
<iframe>
<script language="javascript"> value += "not ";</script>
</iframe>
<script>
value += "see this content";
document.write(value);
</script>
</HTML>