OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style> | |
5 a { color: blue; } | |
6 </style> | |
7 </head> | |
8 <body> | |
9 <p>This test ensures that the focus ring is not drawn for anchors without a tabi ndex that received the focus by mouse.</p> | |
10 <p><a id="anchor" href="#">Anchor without tabindex</a></p> | |
11 | |
12 | |
13 </body> | |
14 </html> | |
OLD | NEW |