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