/parser/htmlparser/tests/html/149877.html
http://github.com/zpao/v8monkey · HTML · 20 lines · 17 code · 2 blank · 1 comment · 0 complexity · 0da2bbb7f2c0594dbb6e9710088c1279 MD5 · raw file
- <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>