repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Only store leading 13 bits of password hash."
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
app_process
/
path3
/
iframe.html
blob
6a29b410c138935a7dca708e7f7dee1306f669a5
1
<script>
2
// Open popup to another normal web page, same-origin and non-app.
3
window
.
open
(
4
'/extensions/api_test/app_process/path3/empty.html'
,
5
''
,
6
// Small enough that a popup will be created even on Chrome OS
7
'width=200,height=200'
);
8
</script>