1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-20 20:43:33 +03:00
Files
libxml2/result/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

11 lines
288 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head><title>Script tests</title></head>
<body>
<script language="javascript">
if (window.open<max) ;
</script>
<input onclick="if(window.open&lt;max);">
</body>
</html>