Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
input-readonly-dimmed.html
blob: 5c14745022180cf00348465daf1a024ac0d8e0cc [
file
] [
log
] [
blame
]
<html>
<body
onload
=
"
document
.
getElementById
(
'tf'
).
readOnly
=
true
"
>
This tests that the border of a readonly text field should appear dimmed.
<br>
<input
id
=
"tf"
readonly
value
=
"This border should be dimmed"
></input>
</body>
</html>