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

View File

@@ -9,7 +9,7 @@
</head>
<body>
<script src="http://localhost:3030/js/a.js"></script>
<script src="/js/a.js"></script>
<script>
var a = 1 + 1;
</script>
@@ -30,7 +30,7 @@
</head>
<body>
<noscript src="http://localhost:3030/js/a.js"></noscript>
<noscript src="/js/a.js"></noscript>
<noscript></noscript>
</body>