Sign in
chromium
/
chromium
/
src.git
/
main
/
.
/
components
/
test
/
data
/
optimization_guide
/
iframe_mixed_cross_site.html
blob: 88a88fa1f88fb2fc3b9e8ed1648eb5fb46f72227 [
file
] [
log
] [
blame
]
<html><head><title>
mixed cross-site iframe test
</title></head>
<body>
<iframe
src
=
"/title1.html"
id
=
"frame1"
></iframe>
<iframe
src
=
"/cross-site/b.com/title1.html"
id
=
"frame2"
></iframe>
</body></html>