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

Unified Diff: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-font.html

Issue 316353003: Remove font fetching fallback for CORS failures (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add/Update tests Created 6 years, 6 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
Index: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-font.html
diff --git a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-font.html b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-font.html
index 9b0712638c30e3d3b9bfe7f355d323d3fd652496..06e4428f690bc5d43955dba185918eb2a6a1594d 100644
--- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-font.html
+++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-font.html
@@ -1,7 +1,7 @@
<style>
@font-face {
font-family: "AhemTest";
- src: url(http://127.0.0.1:8080/resources/Ahem.ttf);
+ src: url(http://127.0.0.1:8080/css/resources/cors-ahem.php);
}
p { font-family: AhemTest; }
</style>

Powered by Google App Engine
This is Rietveld 408576698