5 lines
149 B
HTML
5 lines
149 B
HTML
<html><head><title>iframe with blocking html</title></head>
|
|
<body>
|
|
<iframe src="/cross-site/b.com/blocking.html" id="test"></iframe>
|
|
</body></html>
|