1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-30 13:17:37 +03:00
libxml2/result/HTML/script.html

11 lines
288 B
HTML
Raw Normal View History

<!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>