Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / popup_blocker / popup-webui.html
blobaea30ce897f556baa9176270885d3fd80bbd1231
1 <html>
2 <head>
3 <title>Check that a regular page can't create e.g. a WebUI popup</title>
4 <script>
5 function test() {
6 window.open("chrome://settings");
8 </script>
9 </head>
10 <body onload="test()">
11 pop-up test page
12 </body>
13 </html>