mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
- 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
This commit is contained in:
9
test/HTML/script.html
Normal file
9
test/HTML/script.html
Normal file
@ -0,0 +1,9 @@
|
||||
<HTML>
|
||||
<HEAD><TITLE>Script tests</TITLE></HEAD>
|
||||
<BODY>
|
||||
<SCRIPT language=javascript>
|
||||
if (window.open<max) ;
|
||||
</SCRIPT>
|
||||
<INPUT ONCLICK="if(window.open<max);">
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user