Chromium Code Reviews| Index: content/test/data/navigation_controller/page_with_no_cache_header.html |
| diff --git a/content/test/data/navigation_controller/page_with_no_cache_header.html b/content/test/data/navigation_controller/page_with_no_cache_header.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8b2c55a70d91a4c3a98a46e6323f2d0d25b5a119 |
| --- /dev/null |
| +++ b/content/test/data/navigation_controller/page_with_no_cache_header.html |
| @@ -0,0 +1,4 @@ |
| +<html> |
| +<head><title>must-revalidate page</title></head> |
|
Charlie Harrison
2017/03/31 19:59:28
s/must-revalidate/no-cache/ here and below.
nasko
2017/03/31 20:08:46
Done.
|
| +<body>This is a page that is served with must-revalidate header.</body> |
| +</html> |