2013-05-31 19:07:57 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>iframe test</title>
|
2021-07-12 14:01:43 +03:00
|
|
|
<script>
|
|
|
|
h2cOptions = {useCORS: true, proxy: null};
|
|
|
|
</script>
|
2013-05-31 19:07:57 +04:00
|
|
|
<script type="text/javascript" src="../test.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2017-09-11 17:36:23 +03:00
|
|
|
<div style="background: cornflowerblue; padding: 20px; width: 200px;">Parent document content</div>
|
|
|
|
<iframe src="/tests/assets/iframe/frame1.html" width="500" height="500"></iframe>
|
2021-07-12 14:01:43 +03:00
|
|
|
<iframe
|
|
|
|
title="Github"
|
|
|
|
src="https://ghbtns.com/github-btn.html?user=niklasvh&repo=html2canvas&type=star&count=true&size=large"
|
|
|
|
frameBorder="0"
|
|
|
|
scrolling="0"
|
|
|
|
width="160px"
|
|
|
|
height="30px"
|
|
|
|
></iframe>
|
2013-05-31 19:07:57 +04:00
|
|
|
</body>
|
2014-09-16 21:12:13 +04:00
|
|
|
</html>
|