Index: LayoutTests/fast/events/click-focus-svganchor-has-ring.html |
diff --git a/LayoutTests/fast/events/click-focus-svganchor-has-ring.html b/LayoutTests/fast/events/click-focus-svganchor-has-ring.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0fd014a88a3e30d81a08aa8e86c95e61978d5e46 |
--- /dev/null |
+++ b/LayoutTests/fast/events/click-focus-svganchor-has-ring.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<p>This test ensures that the focus ring is drawn for SVG anchors with a tabindex that received the focus by mouse.</p> |
+ |
+<svg width="50" height="50"> |
+ <a xlink:href="#"> |
+ <text id="anchor" font-size="18px" y="20" tabindex="0">SVG anchor with tabindex</text> |
+ </a> |
+</svg> |
+<script src="resources/focus-anchor-by-mouse.js"></script> |
+</body> |
+</html> |