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

22 lines
644 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>
2017-08-08 19:50:31 +03:00
<style>
body {
font-family: Arial;
}
</style>
</head>
2012-12-28 01:53:27 +04:00
<body>
<h1>External image (CORS)</h1>
<img src="http://localhost:8081/cors/tests/assets/image2.jpg" />
<img src="http://localhost:8081/cors/tests/assets/image.svg" />
</body>
</html>