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