2 <script src=
"../../resources/js-test.js"></script>
13 <svg width=
"400" height=
"100">
16 <rect class=
"a" width=
"200" height=
"100" fill=
"blue"/>
18 <rect class=
"b" width=
"100" height=
"100" fill=
"green"/>
22 if (window
.testRunner
)
23 eventSender
.mouseMoveTo(150, 50);
25 shouldBeNull("document.querySelector('.p:hover .a')");