html2canvas/tests/cases/images/cross-origin.html

16 lines
465 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>External content tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2014-05-18 18:40:01 +04:00
<script>
2014-05-18 22:17:46 +04:00
h2cOptions = {useCORS: true, proxy: null};
2014-05-18 18:40:01 +04:00
</script>
2012-12-28 01:53:27 +04:00
<script type="text/javascript" src="../../test.js"></script>
</head>
2012-12-28 01:53:27 +04:00
<body>
<h1>External image (CORS)</h1>
2014-05-18 18:40:01 +04:00
<img src="http://localhost:8081/tests/assets/image2.jpg" />
</body>
</html>