android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / drive_first_run / good / endpoint.html
bloba1045dde11b3e04c644e63307429054c12d0445f
1 <html>
2 <title>Test Endpoint</title>
3 <body>
4 <p> This endpoint should open and register a background page for the app. </p>
6 <script type="text/javascript">
7 document.addEventListener("DOMContentLoaded", function(event) {
8 window.open("background.html#0", "bg", "background");
9 });
10 </script>
11 </body>
12 </html>