add iframe tests and update urls in test file

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 51737d9b53
commit 9e3e590935
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>