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

<html>
  <head>
    <title>IndexedDB key types test</title>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="key_types_test.js"></script>
  </head>
  <body onLoad="test()">
    <div id="status">Starting...</div>
  </body>
</html>