Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cache/resources/etag-200.php

Issue 2391523002: Do not revalidate when ResourceLoaderOptions.synchronousPolicy is different (Closed)
Patch Set: git cl format Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/async-xhr-revalidate-after-sync-xhr.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/async-xhr-revalidate-after-sync-xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698