Home | History | Annotate | Download | only in passthrough
      1 <!DOCTYPE html>
      2 <html>
      3 <script>
      4 var msg = {
      5   'method': 'completeLogin',
      6   'email': 'performance.test.account (a] gmail.com',
      7   'password': 'perfsmurf'
      8 };
      9 
     10 window.parent.postMessage(msg, 'chrome://oobe/');
     11 </script>
     12 <body>Passthrough auth extension - fakes login process</body></html>
     13 
     14