Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
shared_storage
/
page-with-non-shared-storage-writable-iframe.html
blob: a85742a77d5dc7cb2acf99bada94f51ccdf5a27b [
file
] [
log
] [
blame
]
<html>
<head></head>
<body>
<p>
This page has an iframe that is not shared storage writable.
<p><iframe
src
=
"shared-storage-writable.html"
id
=
"test_iframe"
onload
=
"
console
.
log
(
'Iframe Loaded'
);
"
></iframe>
</body>
</html>