chromium/third_party/blink/web_tests/http/tests/cache/resources/.htaccess

<Files "compass-no-cache.jpg">
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>