/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

  1. <HTML>
  2. <HEAD>
  3. <META NAME="GENERATOR" Content="Microsoft Developer Studio">
  4. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  5. <TITLE>Document Title</TITLE>
  6. </HEAD>
  7. <script>
  8. var value = "should ";
  9. </script>
  10. <!-- Insert HTML here -->
  11. <iframe>
  12. <script language="javascript"> value += "not ";</script>
  13. </iframe>
  14. <script>
  15. value += "see this content";
  16. document.write(value);
  17. </script>
  18. </HTML>