2 <script src=
"../../resources/js-test.js"></script>
13 <svg width=
"400" height=
"100">
15 <foreignObject transform=
"scale(0)" width=
"200" height=
"100">
17 <rect class=
"a" width=
"200" height=
"100"/>
20 <rect class=
"b" width=
"100" height=
"100" fill=
"green"/>
24 if (window
.testRunner
)
25 eventSender
.mouseMoveTo(150, 50);
27 shouldBeNull("document.querySelector('.p:hover .a')");