1
    2
    3
    4
    5
    6
    7

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

<html>
<head></head>
<body>
  <p>This page has a shared storage writable iframe.
  <p><iframe src="shared-storage-writable.html" id="test_iframe" onload="console.log('Iframe Loaded');" sharedstoragewritable></iframe>
</body>
</html>