6 window
.testRunner
.dumpAsText()
10 document
.body
.offsetWidth
;
11 var elt
= document
.elementFromPoint(130, 130);
12 if (elt
== document
.getElementById('progress'))
13 document
.getElementById('console').innerHTML
= 'PASS';
15 document
.getElementById('console').innerHTML
= 'FAIL';
18 <style type=
"text/css">
24 -webkit-transform-origin: 0 0;
25 background-color: blue
;
29 background-color: red
;
33 <body onload=
"runTest()">
34 <p>The blue box only responds to hover over some of its area. It has a scale() transform
</p>
35 <div id=
"progress"></div>
37 <div id=
"console"></div>