2 <script src=
"../../resources/js-test.js"></script>
13 <svg width=
"400" height=
"100">
14 <clipPath id=
"c" clipPathTransform=
"scale(0)">
15 <rect width=
"100%" height=
"100%"/>
18 <rect class=
"a" width=
"200" height=
"100" fill=
"red" clip-path=
"url(#c)"/>
19 <rect class=
"b" width=
"100" height=
"100" fill=
"green"/>
23 if (window
.testRunner
)
24 eventSender
.mouseMoveTo(150, 50);
26 shouldBeNull("document.querySelector('.p:hover .a')");