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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-request-fallback.html

Issue 1320023005: Set the fetch API request flags correctly for navigation requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: delegated constructors Created 5 years, 3 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 | LayoutTests/http/tests/serviceworker/navigation-redirect.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/fetch-request-fallback.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-request-fallback.html b/LayoutTests/http/tests/serviceworker/fetch-request-fallback.html
index f7f2515b1499b684ac641c271c9b4c05d98f2876..e3281a678bc5e14f45e2ce2447eb84aaad51411e 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-request-fallback.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-request-fallback.html
@@ -66,7 +66,7 @@ async_test(function(t) {
worker,
[{
url: host_info['HTTP_ORIGIN'] + '/serviceworker/' + SCOPE,
- mode: 'no-cors'
+ mode: 'same-origin'
}],
'The SW must intercept the request for a main resourc.');
})
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/navigation-redirect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698