Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
input-no-renderer.html
blob: 0e43cbe77a9daf453640c9f1b3d6db7dfa09bab2 [
file
] [
log
] [
blame
]
<html>
<body
onload
=
"
document
.
getElementById
(
'inp'
).
focus
()
"
>
This test makes sure we don't crash when calling focus() on an element that has no renderer.
<input
id
=
"inp"
style
=
"
display
:
none
"
></input>
</body>
</html>