html2canvas/tests/cases/iframe.html
Niklas von Hertzen 2c58c56fbe add iframe test
2013-05-31 18:07:57 +03:00

10 lines
207 B
HTML

<!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>