</h1> <h2>Status: <code id="statusField">NO-STATUS</code></h2> <!-- The NaCl plugin will be embedded inside the element with id "listener". See common.js.--> <div id="listener"> <script type="text/javascript"> window.webkitStorageInfo.requestQuota(window.PERSISTENT, 1024, function(bytes) { common.updateStatus( 'Allocated '+bytes+' bytes of persistent storage.'); common.createNaClModule('<NAME>', '<tc>', 800, 600); common.attachDefaultListeners(); }, function(e) { alert('Failed to allocate space'); }); </script> </div> <p id="score"></p> <button onclick="resetScore()">Reset score</button> <p id="error_log"></p> </body> </html>