| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style> | |
| body { | |
| margin: 0px; | |
| } | |
| iframe { | |
| position: absolute; | |
| width: 200px; | |
| height: 200px; | |
| border: none; | |
| clip-path: circle(100px); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe src="/cross-site/baz.com/title1.html"></iframe> | |
| </body> | |
| </html> |