| Index: LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
|
| diff --git a/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php b/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
|
| deleted file mode 100644
|
| index c6cd2d85bc292f7288dae11bde11210fb79d6f82..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<?php
|
| - $rw = $_SERVER["HTTP_RW"];
|
| - $expected_rw = $_GET["rw"];
|
| -
|
| - if ((isset($expected_rw) && $rw == $expected_rw) || (isset($rw) && !isset($expected_rw))) {
|
| - $fn = fopen("compass.jpg", "r");
|
| - fpassthru($fn);
|
| - fclose($fn);
|
| - exit;
|
| - }
|
| - header("HTTP/1.1 417 Expectation failed");
|
| -?>
|
|
|