add iframe tests and update urls in test file
This commit is contained in:
12
test/html/iframe.html
Normal file
12
test/html/iframe.html
Normal 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>
|
||||
Reference in New Issue
Block a user