mirror of
				https://github.com/niklasvh/html2canvas.git
				synced 2023-08-10 21:13:10 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <title>iframe test</title>
 | |
|     <script type="text/javascript" src="../test.js"></script>
 | |
| </head>
 | |
| <body>
 | |
| <iframe src="/tests/assets/iframe/frame1.html" width="500" height="500"></iframe>
 | |
| </body>
 | |
| </html>
 | 
