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
/
forms
/
search-cancel-button-style-sharing.html
blob
21501e4c5f35f1a6f01b9546c026de8cd287db2b
1
<p>
2
Only the second search field should have a cancel button (
×
).
3
</p>
4
<input
type
=
"search"
>
5
<input
type
=
"search"
value
=
"this one"
>
6
<script>
7
document
.
querySelectorAll
(
'input'
)[
1
].
focus
();
8
</script>
9