| Index: third_party/WebKit/LayoutTests/http/tests/misc/resources/form-post-textplain.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/resources/form-post-textplain.php b/third_party/WebKit/LayoutTests/http/tests/misc/resources/form-post-textplain.php
|
| index 0ccdba3b48f75375d3ab88afb20f0da31609b81e..5252a079ed2d2b1142a5b1387362299c830760bb 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/misc/resources/form-post-textplain.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/misc/resources/form-post-textplain.php
|
| @@ -21,7 +21,7 @@ if ($content_type == "text/plain") {
|
|
|
| $data = file_get_contents("php://input");
|
|
|
| -if($data == "f1=This is field #1 &!@$%\r\n='<>\r\nf2=This is field #2 \"\"") {
|
| +if($data == "f1=This is field #1 &!@$%\r\n='<>\r\nf2=This is field #2 \"\"\r\n") {
|
| echo "<p>SUCCESS</p>";
|
| } else {
|
| echo "<p>FAILURE: $data</p>";
|
|
|