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