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
/
input-no-renderer.html
blob
0e43cbe77a9daf453640c9f1b3d6db7dfa09bab2
1
<html>
2
<body
onload
=
"document.getElementById('inp').focus()"
>
3
This test makes sure we don't crash when calling focus() on an element that has no renderer.
4
<input
id
=
"inp"
style
=
"display:none"
></input>
5
</body>
6
</html>