repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
events
/
click-focus-anchor-no-ring-expected.html
blob
0b5954b2746a9d2231d3295d556a71689c47af6d
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 tabindex that received the focus by mouse.
</p>
10
<p><a
id
=
"anchor"
href
=
"#"
>
Anchor without tabindex
</a></p>
11
12
13
</body>
14
</html>