Revert "Only store leading 13 bits of password hash."
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / app_process / path1 / iframe.html
blob636f29c25415d07f74ae263cf46ffde9442b8fb3
1 <script>
2 window.open(
3 '/extensions/api_test/app_process/path1/empty.html',
4 '',
5 // Small enough that a popup will be created even on Chrome OS
6 'width=200,height=200');
7 </script>