mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <style type="text/css">
 | |
|     #box { display: none; }
 | |
| </style>
 | |
| <div id="box"></div>
 | |
| <script src="include.js"></script>
 | |
| <script>
 | |
|     test(() => {
 | |
|         const rect = document.getElementById("box").getBoundingClientRect();
 | |
|         println(JSON.stringify(rect));
 | |
|     });
 | |
| </script>
 | 
