1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-25 06:03:34 +03:00
libxml2/test/HTML/script.html
Daniel Veillard 7eda8452f8 - 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
2000-10-14 23:38:43 +00:00

10 lines
176 B
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>