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

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

Issue 1250793008: Webfont fetch should be CORS-enabled even for same-origin URL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/webfont/webfont-cors.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-resources.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-request-resources.html b/LayoutTests/http/tests/serviceworker/fetch-request-resources.html
index 610aa76029f6259bed09b94a2fe09b8976b4195a..411ac11134ec1a28aca086eb46d9fe95161d5809 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-request-resources.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-request-resources.html
@@ -177,7 +177,7 @@ async_test(function(t) {
css_test(f, REMOTE_URL, 'use-credentials', 'style', 'cors',
'include');
- font_face_test(f, LOCAL_URL, 'font', 'no-cors', 'same-origin');
+ font_face_test(f, LOCAL_URL, 'font', 'cors', 'omit');
font_face_test(f, REMOTE_URL, 'font', 'cors', 'omit');
css_image_test(f, LOCAL_URL, 'backgroundImage', 'image',
« no previous file with comments | « no previous file | LayoutTests/http/tests/webfont/webfont-cors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698