mirror of
				https://github.com/niklasvh/html2canvas.git
				synced 2023-08-10 21:13:10 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			322 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			322 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <title>cross-origin iframe test</title>
 | |
|     <script>
 | |
|         var h2cOptions = {proxy: "http://localhost:8082"};
 | |
|     </script>
 | |
|     <script type="text/javascript" src="../test.js"></script>
 | |
| </head>
 | |
| <body>
 | |
| <iframe src="http://hertzen.com/" width="800" height="800"></iframe>
 | |
| </body>
 | |
| </html>
 | 
