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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/onload_event.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/onload_event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/onload_event.html b/third_party/WebKit/LayoutTests/http/tests/preload/onload_event.html
index 7eba8c405f3b6f6a7d85e2dd0c667d0d130e7e03..cdbea03b167ffafe3c51171c4ef2d2f434787ff5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/preload/onload_event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/onload_event.html
@@ -17,7 +17,7 @@
<link rel=preload href="../resources/dummy.js" as=script onload="scriptLoaded = true;">
<link rel=preload href="../resources/dummy.css" as=style onload="styleLoaded = true;">
<link rel=preload href="../resources/square.png" as=image onload="imageLoaded = true;">
-<link rel=preload href="../resources/Ahem.ttf" as=font crossorigin onload="fontLoaded = true;">
+<link rel=preload href="../resources/Ahem.ttf" as=font onload="fontLoaded = true;">
<link rel=preload href="../resources/test.mp4" as=media onload="videoLoaded = true;">
<link rel=preload href="../resources/test.oga" as=media onload="audioLoaded = true;">
<link rel=preload href="../security/resources/captions.vtt" as=track onload="trackLoaded = true;">

Powered by Google App Engine
This is Rietveld 408576698