Skip to content

Commit b8ffe54

Browse files
committed
Add iframe.html
1 parent b8f0941 commit b8ffe54

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

assets/html/iframe.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<style>
5+
6+
</style>
7+
</head>
8+
<body>
9+
10+
<input type="text" id="text-outside-iframe"/>
11+
<iframe srcdoc="<input type='text' id='text-inside-iframe'/>">
12+
13+
</body>
14+
</html>
15+

0 commit comments

Comments
 (0)