1
    2
    3
    4
    5
    6
    7

content / test / data / shared_storage / page-with-shared-storage-writable-image.html [blame]

<html>
<head></head>
<body>
  <p>This page has an image that is shared storage writable.
  <p><img src="shared-storage-writable-pixel.png" id="test_img" onload="console.log('Image Loaded');" sharedstoragewritable></img>
</body>
</html>