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
/
text
/
caps-lock-indicator-enabled.html
blob
7d6ae170605fcba8897fe81f88c4f158190ab56c
1
<!doctype
html
>
2
Test passes if password field includes caps lock icon on right edge on Mac platforms only.
<br>
3
<input
id
=
"password"
type
=
"password"
>
4
<script>
5
if
(
window
.
internals
)
6
window
.
internals
.
setCapsLockState
(
true
);
7
password
.
focus
();
8
</script>