chromium/content/test/data/indexeddb/simple_blob_read.html

<html>
  <head>
    <title>IndexedDB simple blob reading test</title>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="simple_blob_read.js"></script>
  </head>
  <body onLoad="run()">
    <div id="status">Starting...</div>
  </body>
</html>