| Index: third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php b/third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php
|
| index f1bd94e8b18cc3bb4918506998d86532fb3f14f2..f557e8a1d1a65429188781bec06cbf978d8f2650 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php
|
| @@ -3,5 +3,5 @@
|
| // revalidating requests to test failed revalidation.
|
| header('ETag: foo');
|
| header('Cache-control: max-age=0');
|
| +echo rand();
|
| ?>
|
| -foo
|
|
|