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
Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
constrained_files
/
constrained_window_onload_resizeto.html
blob
e1990f3d3fb7978dec003330f56e47e1d9716d42
1
<HTML>
2
<HEAD>
3
<TITLE>
4
Parent Window
5
</TITLE>
6
<SCRIPT
TYPE
=
"text/javascript"
LANGUAGE
=
"JavaScript"
>
7
<!-- Begin
8
function enter(url, x, y) {
9
window.open(url,'','height=320,width=300,left='+x+',top='+y);
10
}
11
// End -->
12
</SCRIPT>
13
14
<BODY
onClick
=
"enter('target_onload_resizeto.html', 100, 100);"
>
15
16
</BODY>
17
</HTML>