| Index: LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
|
| diff --git a/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html b/LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
|
| similarity index 54%
|
| copy from LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html
|
| copy to LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
|
| index 0b5954b2746a9d2231d3295d556a71689c47af6d..5a34db43242565a3e76a66cc9b87f1ab55dd5c4a 100644
|
| --- a/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html
|
| +++ b/LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
|
| @@ -6,7 +6,7 @@ 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>This test ensures that the default focus ring is not drawn on anchors even after pressing a key while the anchor is focused.</p>
|
| <p><a id="anchor" href="#">Anchor without tabindex</a></p>
|
|
|
|
|
|
|