Add nested iframe test

This commit is contained in:
Stian Lund
2023-08-17 18:39:00 +02:00
parent 3cee48468e
commit c54ae37c2a
5 changed files with 44 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Nested IFrames Test</title>
</head>
<body>
<h1>Nested IFrames Test</h1>
<iframe width="400px" height="500px" src="frame.html"></iframe>
</body>
</html>