blob: d93813d0f5ae3339062ce1d94e46a1595db9608d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Top-level frame document</title>
</head>
<body>
<iframe src="file_iframe.html"></iframe>
<iframe src="about:blank"></iframe>
<iframe srcdoc="Iframe srcdoc"></iframe>
</body>
</html>
|