add iframe tests and update urls in test file

This commit is contained in:
Yanzhen Yu
2018-10-06 10:13:33 +08:00
parent 8b82981b62
commit bfe431e99a
5 changed files with 20 additions and 7 deletions

12
test/html/iframe.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>iframe</title>
</head>
<body>
<iframe src="/html/iframe-inner.html" width="100" height="50"></iframe>
</body>
</html>