Sign in
webkit
/
WebKit
/
aac2d9fef08cc8c083e33bdc1b3caddb9ff3173b
/
.
/
LayoutTests
/
fast
/
forms
/
encoding-test.html
blob: 675f0e79bdf839a5ee1c0ec1d55326bf76a16211 [
file
] [
log
] [
blame
]
<form>
<input
type
=
text
>
</form>
<script>
document
.
forms
[
0
].
enctype
=
'multipart/formdata'
;
document
.
write
(
document
.
forms
[
0
].
encoding
);
</script>