Edit

kc3-lang/libxml2/test/HTML/script.html

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2000-10-14 23:38:43
    Hash : 7eda8452
    Message : - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel

  • test/HTML/script.html
  • <HTML>
    <HEAD><TITLE>Script tests</TITLE></HEAD>
    <BODY>
    <SCRIPT language=javascript>
        if (window.open<max) ;
    </SCRIPT>
    <INPUT ONCLICK="if(window.open<max);">
    </BODY>
    </HTML>