add iframe test

This commit is contained in:
Niklas von Hertzen 2013-05-31 18:07:57 +03:00
parent 288b851d05
commit 2c58c56fbe

10
tests/cases/iframe.html Normal file
View File

@ -0,0 +1,10 @@
<!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>