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