4 <title>Resource for WindowClient.focus() tests
</title>
7 <div>This is resources/window-client-focus.html
</div>
10 function insertFrame(name
) {
11 var frame
= document
.createElement('iframe');
12 frame
.src
= 'windowclient-focus.html?' + name
;
13 document
.body
.appendChild(frame
);
16 if (location
.search
== "") {
17 // If this window is the top level window, we should insert two iframes.
18 // They shouldn't create new iframes.