• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3<script>
4var msg = {
5  'method': 'completeLogin',
6  'email': 'performance.test.account@gmail.com',
7  'password': 'perfsmurf'
8};
9
10window.parent.postMessage(msg, 'chrome://oobe/');
11</script>
12<body>Passthrough auth extension - fakes login process</body></html>
13
14