1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / dom_storage / sanity_check.html [blame]

<html>
  <head>
    <title>DomStorage Sanity Check</title>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="sanity_check.js"></script>
  </head>
  <body onload="startTestSoon()">
    <div id="status">Starting...<br/></div>
  </body>
</html>