html2canvas/tests/cases/iframe.html

10 lines
207 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>
<iframe src="http://google.com" width="500"></iframe>
</body>
</html>