html2canvas/tests/reftests/crossorigin-iframe.html
Niklas von Hertzen 42a87b8354 Normalize reftests
2017-08-10 23:26:22 +08:00

14 lines
335 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="https://html2canvas.hertzen.com/" width="800" height="800"></iframe>
</body>
</html>