Chromium Code Reviews| Index: LayoutTests/fast/events/click-focus-svganchor-no-ring-expected.html |
| diff --git a/LayoutTests/fast/events/click-focus-svganchor-no-ring-expected.html b/LayoutTests/fast/events/click-focus-svganchor-no-ring-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..792534d4bb1a721d670d6b402de7a36f571d1131 |
| --- /dev/null |
| +++ b/LayoutTests/fast/events/click-focus-svganchor-no-ring-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| +<p>This test ensures that the focus ring is not drawn for SVG anchors without 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">SVG anchor without tabindex</text> |
| + </a> |
| +</svg> |
| + |
| +</body> |
| +</html> |