4 <script src=
"../resources/runner.js"></script>
7 PerfTestRunner
.measureRunsPerSecond({
8 description
: "This benchmark tests adding/removing an iframe from the DOM",
10 var iframe
= document
.createElement("iframe");
11 document
.body
.appendChild(iframe
);
12 document
.body
.removeChild(iframe
);