mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
7eda8452f8
support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel
10 lines
176 B
HTML
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>
|