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