mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:02:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <script src="../include.js"></script>
 | |
| <script>
 | |
|     if (window.self !== window.top) {
 | |
|         parent.postMessage("message from test iframe (1)", "*");
 | |
|     } else {
 | |
|         test(() => {});
 | |
|     }
 | |
| </script>
 | 
