Sign in
webkit
/
WebKit
/
cca3b771b524f4d40cac25de02ae46d5189d1489
/
.
/
LayoutTests
/
fast
/
forms
/
input-readonly-dimmed.html
blob: 8774e7a69549af11028b10145ee02b279c3739ea [
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>