Skip to content

Commit 2c58c56

Browse files
committed
add iframe test
1 parent 288b851 commit 2c58c56

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/cases/iframe.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>iframe test</title>
5+
<script type="text/javascript" src="../test.js"></script>
6+
</head>
7+
<body>
8+
<iframe src="http://google.com" width="500"></iframe>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)