html2canvas/tests/reftests/iframe.html

12 lines
344 B
HTML
Raw Normal View History

2013-05-31 19:07:57 +04:00
<!DOCTYPE html>
<html>
<head>
<title>iframe test</title>
<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>
2013-05-31 19:07:57 +04:00
</body>
</html>