blob: e7f8f9048cdeeceaa2af1d4611b8c46d7daa1c71 [file] [log] [blame]
<html>
<head>
<title>Test for bug 19079</title>
</head>
<body>
<p>This is a test for https://bugs.webkit.org/show_bug.cgi?id=19079, it send the submissions
character encoding in hidden _charset_ field.
</p>
<p>This should submit nothing except the header</p>
<form id="testForm" action="resources/char-encoding-in-hidden-charset-field.php" method="post" accept-charset="UTF-8">
<input type=submit>
</form>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
var form = document.getElementById("testForm");
form.submit();
</script>
</body>
</html>