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-checkbox-refocus-window-expected.html
blob
2d2ff6fbbb3810b6255f6d4484802ae6fb64fe71
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
</head>
5
<body>
6
<p>
This test ensures that the focus ring is not shown on the checkbox after blurring and focusing the window.
</p>
7
<input
type
=
"checkbox"
id
=
"checkbox"
checked
>
8
<pre
id
=
"console"
>
9
checkbox was focused
10
checkbox was blurred
11
window was blurred
12
window was focused
13
checkbox was focused
14
</pre>
15
16
</body>
17
</html>