| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <script src="../../fast/repaint/resources/repaint.js"></script> |
| <title><br> prevents click handler from firing</title> |
| function clickHandler(evt) { |
| evt.target.style.fill = "green"; |
| if (window.eventSender) { |
| testRunner.waitUntilDone(); |
| eventSender.mouseMoveTo(50, 80); |
| <body onload="runRepaintTest()"> |
| A test for hit testing when an svg container is relatively positioned in |
| a containing block. See bug 13981. |
| <svg xmlns="http://www.w3.org/2000/svg" width="720" height="15"> |
| <rect width="720" height="15" onclick="clickHandler(evt)" /> |