Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / popup_blocker / popup-frames.html
blobf3df87f7268561de261b28018164e57eb85689df
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Check that content settings apply to the correct frame</title>
5 </head>
6 <body>
7 <script>
8 var frame = document.createElement("iframe");
9 frame.src = "http://www.a.com:" + location.port +
10 "/popup_blocker/popup-frames-iframe.html";
11 document.body.appendChild(frame);
12 </script>
13 </body>
14 </html>