5 function addFrame(url
, sandbox
) {
6 var frame
= document
.createElement('iframe');
9 frame
.sandbox
= sandbox
;
10 document
.body
.appendChild(frame
);
15 This page has one cross-site iframe.
16 <iframe src=
"/cross-site/baz.com/title1.html"></iframe>