Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
content
/
test
/
data
/
page_with_samesite_iframe.html
blob: c3adf90cbc8f3fbc9ff43ed777e07c658fc02856 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head></head>
<body>
<img
src
=
"image.jpg"
/>
<p>
This page has an iframe. Yay for iframes!
<p><iframe
srcdoc
=
"Initial page"
id
=
"test_iframe"
></iframe>
</body>
</html>