Index: LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html |
diff --git a/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html b/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0b5954b2746a9d2231d3295d556a71689c47af6d |
--- /dev/null |
+++ b/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<style> |
+a { color: blue; } |
+</style> |
+</head> |
+<body> |
+<p>This test ensures that the focus ring is not drawn for anchors without a tabindex that received the focus by mouse.</p> |
+<p><a id="anchor" href="#">Anchor without tabindex</a></p> |
+ |
+ |
+</body> |
+</html> |