Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
shared_storage
/
page-with-non-shared-storage-writable-image.html
blob: 7f3d183dbbbf7720893b789e38f18b8c961360d1 [
file
]
<html>
<head></head>
<body>
<p>
This page has an image that is not shared storage writable.
<p><img
src
=
"shared-storage-writable-pixel.png"
id
=
"test_img"
onload
=
"
console
.
log
(
'Image Loaded'
);
"
></img>
</body>
</html>