Adding testcases to parser regression test suite git-svn-id: svn://10.0.0.236/trunk@134729 18797224-902f-48f8-a5cc-f745e15eee43
21 lines
414 B
HTML
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>
|