| Index: third_party/WebKit/LayoutTests/http/tests/cache/resources/.htaccess
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cache/resources/.htaccess b/third_party/WebKit/LayoutTests/http/tests/cache/resources/.htaccess
|
| index 42b9ba9b27116d518d97fe32fbbfa9fa30ebe1ea..4efd7aec1f58eb1af22c28345fc4179566ccc2a3 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cache/resources/.htaccess
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cache/resources/.htaccess
|
| @@ -2,3 +2,7 @@
|
| Header set Cache-Control "no-cache, must-revalidate"
|
| Header set Pragma no-cache
|
| </Files>
|
| +<Files "circles-no-cache.svg">
|
| +Header set Cache-Control "no-cache, must-revalidate"
|
| +Header set Pragma no-cache
|
| +</Files>
|
|
|