There was an error while loading. Please reload this page.
1 parent 288b851 commit 2c58c56Copy full SHA for 2c58c56
1 file changed
tests/cases/iframe.html
@@ -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