3 <title>Regression test for bug
20795 and
100445</title>
7 This is a test for https://bugs.webkit.org/show_bug.cgi?id=
20795 and
8 https://bugs.webkit.org/show_bug.cgi?id=
100445, it makes sure that
9 forms POSTed with a content-type of text/plain actually send data in text/plain
12 <form enctype=
"text/plain" method=
"post" action=
"resources/form-post-textplain.php" name=
"f">
13 <input type=
"hidden" name=
"f1" value=
"This is field #1 &!@$% ='<>">
14 <input type=
"hidden" name=
"f2" value='This is field #
2 ""'
>
15 <input type=
"submit" value=
"press me">
18 if (window
.testRunner
) {
19 testRunner
.dumpAsText();
20 testRunner
.waitUntilDone();