Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
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>