Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
page_with_sandboxed_srcdoc_iframe.html
blob: 1501e56743882373a01f52cabf082b433537af45 [
file
]
<html>
<head></head>
<body>
<p>
This page has a sandboxed srcdoc iframe. Yay for sandboxed srcdoc iframes!
<p><iframe
id
=
"test_iframe"
name
=
"test_iframe"
sandbox
=
"allow-scripts"
srcdoc
=
"foo"
></iframe>
</body>
</html>