| Index: LayoutTests/http/tests/misc/resources/image-checks-for-width.php
|
| diff --git a/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php b/LayoutTests/http/tests/misc/resources/image-checks-for-width.php
|
| similarity index 89%
|
| rename from LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
|
| rename to LayoutTests/http/tests/misc/resources/image-checks-for-width.php
|
| index c6cd2d85bc292f7288dae11bde11210fb79d6f82..483c8cf7b3c0e647dbb50f90962c9e3e4c84f6c6 100644
|
| --- a/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
|
| +++ b/LayoutTests/http/tests/misc/resources/image-checks-for-width.php
|
| @@ -1,5 +1,5 @@
|
| <?php
|
| - $rw = $_SERVER["HTTP_RW"];
|
| + $rw = $_SERVER["HTTP_WIDTH"];
|
| $expected_rw = $_GET["rw"];
|
|
|
| if ((isset($expected_rw) && $rw == $expected_rw) || (isset($rw) && !isset($expected_rw))) {
|
|
|