mirror of
				https://gitlab.gnome.org/GNOME/libxml2.git
				synced 2025-10-30 10:45:36 +03:00 
			
		
		
		
	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>
 |