2 <p id=
"result">Test did not run
</p>
3 <div style=
"transform: scale(2);">
4 <iframe id=
"target" style=
"width: 100px; height: 100px; border: none;"></iframe>
8 testRunner
.dumpAsText();
9 var target
= document
.getElementById("target");
10 document
.body
.offsetTop
;
11 document
.getElementById("result").innerText
= target
.contentDocument
.body
.offsetWidth
> 100 ? "FAIL" : "PASS";