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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html

Issue 1801513003: Cross origin requests to same origin should match Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed failing CORS tests Created 4 years, 9 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: third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html b/third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html
index c9907b99c558d735c9e4e2a565f626d8f2ba5c03..431c49814197f02b9291d1f3377a25fe828f7ed1 100644
--- a/third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html
@@ -8,7 +8,7 @@
<link rel=preload href="../resources/dummy.css" as=style>
<link rel=preload href="../resources/square.png" as=image>
<link rel=preload href="../resources/square.png?background" as=image>
-<link rel=preload href="../resources/Ahem.ttf" as=font crossorigin>
+<link rel=preload href="../resources/Ahem.ttf" as=font>
<link rel=preload href="../resources/test.mp4" as=media>
<link rel=preload href="../resources/test.oga" as=media>
<link rel=preload href="../security/resources/captions.vtt" as=track>

Powered by Google App Engine
This is Rietveld 408576698