android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / constrained_files / openclose_main.html
blobab29af81cb79509949797e8b56763ef0bef8f770
1 <html>
2 <head>
3 <title>Main</title>
4 </head>
6 <body onClick="window.open('openclose_one.html', 'mywindow', 'status=0,toolbar=0');">
7 <h1>Click me</h1>
8 </body>
9 </html>