Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / chrome / test / data / login / easy_unlock / auth_code_login.html
blobe95bf1f89a40ad1f84c288997d3bd10624ecd358
1 <!DOCTYPE html>
2 <html>
4 <script>
6 // Note this must be consistent with the one defined in fake_gaia.cc.
7 var AUTH_CODE = 'fake-auth-code';
9 function onMessage(e) {
10 var targetWindow = e.source;
11 targetWindow.postMessage({
12 'type': 'authorizationCode',
13 'authorizationCode': AUTH_CODE
14 }, e.origin);
17 window.addEventListener('message', onMessage);
19 </script>
21 <body>
22 </body>
23 </html>