Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
forms
/
input-text-focus-ring.html
blob: 7ddfc1ee36816606d502479d3d2cc5fb75fb9c85 [
file
] [
log
] [
blame
] [
edit
]
<style>
input
{
caret-color
:
transparent
;
}
</style>
<body>
<p>
Verifies a focus ring is drawn around an <input> element if it is focused.
</p>
<input
type
=
"text"
name
=
"text"
value
=
"Text"
autofocus
>
</body>