mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	 1528e9109c
			
		
	
	
		1528e9109c
		
	
	
	
	
		
			
			Setters for Window object should consider WindowProxy wrapper by: - Verifying `this_value` is `WindowProxy` (not `HTML::Window`) - Defining properties on the underlying Window object instead of on the WindowProxy itself.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <script src="include.js"></script>
 | |
| <script>
 | |
|     test(() => {
 | |
|         window.event = "hello";
 | |
|         println(window.event);
 | |
|     });
 | |
| </script>
 |