html2canvas/tests/cases/crossorigin-iframe.html
2014-09-20 17:36:15 +03:00

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="500" height="500"></iframe>
</body>
</html>