android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / constrained_files / openclose_one.html
blob1bb8a80620c619a55b3b0ba32fa1eef7329164a0
1 <html>
2 <head>
3 <title>One</title>
4 <script>
5 function createDifferentWindow() {
6 window.open('openclose_two.html', 'window2', 'status=0,toolbar=0');
7 window.close();
9 </script>
10 </head>
12 <body onLoad="createDifferentWindow();">
13 </body>
14 </html>