| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f1bd94e8b18cc3bb4918506998d86532fb3f14f2
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php
|
| @@ -0,0 +1,7 @@
|
| +<?
|
| +// Returns response headers that cause revalidation, and returns 200 for
|
| +// revalidating requests to test failed revalidation.
|
| +header('ETag: foo');
|
| +header('Cache-control: max-age=0');
|
| +?>
|
| +foo
|
|
|