Index: LayoutTests/fast/events/click-focus-anchor-no-ring.html |
diff --git a/LayoutTests/fast/events/click-focus-anchor-no-ring.html b/LayoutTests/fast/events/click-focus-anchor-no-ring.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3935c2b55d34223d9d3dc8f0803077357c942dca |
--- /dev/null |
+++ b/LayoutTests/fast/events/click-focus-anchor-no-ring.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<p>This test ensures that the focus ring is not drawn for anchors that received the focus by mouse.</p> |
+<p><a id="anchor" href="#">Anchor without tabindex</a></p> |
+ |
+<script src="resources/focus-anchor-by-mouse.js"></script> |
+</body> |
+</html> |