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