Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / constrained_files / constrained_window_onload_resizeto.html
blobe1990f3d3fb7978dec003330f56e47e1d9716d42
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);
11 // End -->
12 </SCRIPT>
14 <BODY onClick="enter('target_onload_resizeto.html', 100, 100);">
16 </BODY>
17 </HTML>