mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head></head>
 | |
|     <body>
 | |
|         <div id="foo"></div>
 | |
|     <script>
 | |
|         var e = document.getElementById("foo");
 | |
|         alert(e.nodeName);
 | |
|     </script>
 | |
|     </body>
 | |
| </html>
 | 
