chromium/content/test/data/shared_storage/page-with-non-shared-storage-writable-iframe.html

<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>