3 <title>Test for bug
19079</title>
6 <p>This is a test for https://bugs.webkit.org/show_bug.cgi?id=
19079, it send the submissions
7 character encoding in hidden _charset_ field.
10 This should submit _charset_=windows-
1252. Note that this _charset_ input has a value before it submits, which is overwritten.
</p>
12 <form name=
"testForm" action=
"resources/char-encoding-in-hidden-charset-field.php" method=
"post">
13 <input type=hidden
name=
"_charset_" value=
"This value should change">
18 if (window
.testRunner
) {
19 testRunner
.dumpAsText();
20 testRunner
.waitUntilDone();
23 document
.testForm
.submit();