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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/onerror_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/onerror_event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/onerror_event.html b/third_party/WebKit/LayoutTests/http/tests/preload/onerror_event.html
index 5e80c2354c73d76823a850cfd4e75d6722ffc819..3aeda82a05c6dd79d784580f71ed58fe4d674e9f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/preload/onerror_event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/onerror_event.html
@@ -16,7 +16,7 @@
<link rel=preload href="../non-existent/dummy.js" as=script onerror="scriptFailed = true;">
<link rel=preload href="../non-existent/dummy.css" as=style onerror="styleFailed = true;">
<link rel=preload href="../non-existent/square.png" as=image onerror="imageFailed = true;">
-<link rel=preload href="../non-existent/Ahem.ttf" as=font crossorigin onerror="fontFailed = true;">
+<link rel=preload href="../non-existent/Ahem.ttf" as=font onerror="fontFailed = true;">
<link rel=preload href="../non-existent/test.mp4" as=video onerror="videoFailed = true;">
<link rel=preload href="../non-existent/test.oga" as=audio onerror="audioFailed = true;">
<link rel=preload href="../non-existent/security/captions.vtt" as=track onerror="trackFailed = true;">

Powered by Google App Engine
This is Rietveld 408576698