mirror of
				https://github.com/niklasvh/html2canvas.git
				synced 2023-08-10 21:13:10 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head>
 | |
|         <title>External content tests</title>
 | |
|         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | |
|         <link href="#" type="text/css" rel="stylesheet">
 | |
| 
 | |
|         <script type="text/javascript" src="test.js"></script>
 | |
|     </head>
 | |
|     <body>         
 | |
|         <h1>Iframe</h1>
 | |
|         <iframe src="http://www.google.com" style="width:400px;height:300px;border:5px solid black;"></iframe>
 | |
|     </body>
 | |
| </html>
 | 
