4 <title>Check that content settings apply to the correct frame
</title>
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
);