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